*setupStream is now async

This commit is contained in:
Derrick Hammer 2023-04-08 14:37:51 -04:00
parent 8f7bd71e09
commit c787d9e757
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ export default class SimpleRpcQuery extends RpcQueryBase {
await socket.opened;
const rpc = setupStream(socket);
const rpc = await setupStream(socket);
if (this._query.bypassCache) {
delete this._query.bypassCache;