recws-org / recws

Reconnecting WebSocket is a websocket client based on gorilla/websocket that will automatically reconnect if the connection is dropped and keeps the connection alive - thread safe!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SubscribeHandler not working when NonVerbose is true

kevin96666 opened this issue · comments

Hello,

I don't understand why the SubscribeHandler is executed only when getNonVerbose is false.
Is mean that we can't use this feature in NonVerbose mode. Makes no sense for me.
Is there any reason ?

Hey @kevin96666

You are absolutely right! The keepAlive system is also not working with the nonVerbose mode.
Would love to see a PR for this!

Hey @loeffel-io

Just did a PR.

Thanks @kevin96666

Now available in v1.2.0