-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reconnection , auto channel Subscribe and proper logging #1
Comments
was this ever implemented? At the moment it is useless for any long running go programs without auto reconnection when internet is lost |
some example to copy from here: https://github.com/Freeaqingme/go-socketcluster-client |
I need auto-reconnecting too, do you have any tips on how to hack that into this client @sacOO7 or does it absolutely need to be handled in the https://github.com/sacOO7/GoWebsocket dependency? edit for anyone who has this issue. if you run
|
Okay, I will check and let you know : )
…On Mon, Mar 8, 2021 at 8:32 AM Steven Aldinger ***@***.***> wrote:
I need auto-reconnecting too, do you have any tips on how to hack that
into this client @sacOO7 <https://github.com/sacOO7> or does it
absolutely need to be handled in the https://github.com/sacOO7/GoWebsocket
dependency?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD7S6SK4MXBDND6CXCXZEYLTCQ45HANCNFSM4EIYD4VA>
.
|
Need to implement reconnection and auto channel subscribe for the client.
Implement proper logging using https://github.com/sirupsen/logrus
The text was updated successfully, but these errors were encountered: