You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 28, 2019. It is now read-only.
/blah/blah/blah/node_modules/zkjs/receiver.js:88
response.error(this.state.xid)
^
TypeError: Object #<ConnectResponse> has no method 'error'
at Receiver.read (/blah/blah/blah/node_modules/zkjs/receiver.js:88:16)
at Receiver.streamReadable (/blah/blah/blah/node_modules/zkjs/receiver.js:112:8)
at Client.EventEmitter.emit (events.js:92:17)
at emitReadable_ (_stream_readable.js:392:10)
at emitReadable (_stream_readable.js:388:5)
at readableAddChunk (_stream_readable.js:150:9)
at Client.Readable.push (_stream_readable.js:113:10)
at TCP.onread (net.js:511:21)
Unfortunately i cannot extract small piece of code to reproduce that, but it happens in my code when i call start for started session. Btw, missing method is a problem for sure.
The text was updated successfully, but these errors were encountered:
This is what happens:
Unfortunately i cannot extract small piece of code to reproduce that, but it happens in my code when i call start for started session. Btw, missing method is a problem for sure.
The text was updated successfully, but these errors were encountered: