*setupStream is now async
This commit is contained in:
parent
8f7bd71e09
commit
c787d9e757
|
@ -75,7 +75,7 @@ export default class SimpleRpcQuery extends RpcQueryBase {
|
||||||
|
|
||||||
await socket.opened;
|
await socket.opened;
|
||||||
|
|
||||||
const rpc = setupStream(socket);
|
const rpc = await setupStream(socket);
|
||||||
|
|
||||||
if (this._query.bypassCache) {
|
if (this._query.bypassCache) {
|
||||||
delete this._query.bypassCache;
|
delete this._query.bypassCache;
|
||||||
|
|
Loading…
Reference in New Issue