Fix a stupid RPC bug which caused the port togo over 65535
This commit is contained in:
@@ -41,7 +41,7 @@ export class RPC {
|
||||
method,
|
||||
params,
|
||||
});
|
||||
this._url += 1;
|
||||
this._id += 1;
|
||||
return payload;
|
||||
}
|
||||
private async _sendAsync(payload: string): Promise<any> {
|
||||
|
Reference in New Issue
Block a user