*Override streamHandler since a function cannot be passed between modules
This commit is contained in:
parent
d3ee633a5c
commit
498cbfbce5
|
@ -258,7 +258,7 @@ export class StreamingRpcQuery extends SimpleRpcQuery {
|
||||||
this._queryType,
|
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
|
||||||
|
|
Loading…
Reference in New Issue