*Update dist
This commit is contained in:
parent
498cbfbce5
commit
b3e6290a73
|
@ -156,7 +156,7 @@ export class StreamingRpcQuery extends SimpleRpcQuery {
|
||||||
run() {
|
run() {
|
||||||
this._promise = this._network.processQueue().then(() => connectModule(RPC_MODULE, this._queryType, {
|
this._promise = this._network.processQueue().then(() => connectModule(RPC_MODULE, this._queryType, {
|
||||||
query: this._query,
|
query: this._query,
|
||||||
options: this._options,
|
options: { ...this._options, streamHandler: true },
|
||||||
network: this._network.networkId,
|
network: this._network.networkId,
|
||||||
}, this._options.streamHandler));
|
}, this._options.streamHandler));
|
||||||
return this;
|
return this;
|
||||||
|
|
Loading…
Reference in New Issue