*Fix arguments for streamingQuery
This commit is contained in:
parent
af08c1f01c
commit
b094cb9274
|
@ -171,8 +171,9 @@ async function handleStreamingQuery(aq: ActiveQuery) {
|
||||||
relay as Buffer | string,
|
relay as Buffer | string,
|
||||||
query.method,
|
query.method,
|
||||||
query.module,
|
query.module,
|
||||||
|
aq.sendUpdate,
|
||||||
query.data,
|
query.data,
|
||||||
{ ...options, streamHandler: aq.sendUpdate }
|
{ ...options }
|
||||||
);
|
);
|
||||||
resp = await rpcQuery.result;
|
resp = await rpcQuery.result;
|
||||||
} catch (e: any) {
|
} catch (e: any) {
|
||||||
|
|
Loading…
Reference in New Issue