Nicholas Ball

Results 5 comments of Nicholas Ball

Same issue here, seems to happen whenever you call ws.close()

Looks like it's a problem with **eventemitter4** and calling `removeAllListeners()` on line 141 of index.js. Quick fix for **rpc-websocket** is to replace `this.removeAllListeners();` on line 161 of rpc-socket.js with: ```...

is there any update to the above? I am in a similar situation

We want to avoid forking the Java library (https://github.com/awslabs/amazon-kinesis-client) and recompiling the JARs of course...

See here for solution to above: https://github.com/awslabs/amazon-kinesis-client/issues/685 Although I am now getting a different issue: https://github.com/awslabs/amazon-kinesis-client-python/issues/97