-
Notifications
You must be signed in to change notification settings - Fork 8
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
Reconnect feature #14
Comments
I'm not sure about this, because currently the library doesn't maintain any context. If I were to implement automatic reconnection, then stateful commands like |
Hey, what use case do you have for the auto-reconnect? Does the keep-alive (See #9) not work for you? |
Hi, currently for bot-writing and some other stuff, which need uptime. |
I have implement that with |
Oh right, I didn't even think of that. I will see if I can come up with a nice way to integrate your proposal into the library. Preferably, in my opinion, the user should stay in full control of the actual reconnect (+ setup) and the potential backoff strategy, but I can make some adjustments to improve the reusability of query clients. |
@schroffl <3 |
Hi @schroffl you didn't pull new version on npm) |
Are you referring to #13? |
Yes on NPM not latest version of package |
As I said in #15 I plan on publishing a pre-release version which will then be fully released when the new Teamspeak Server version is officially out of beta. |
Hello @schroffl, have a feature idea: reconnect, when we get query.sock
**end**
event.I'm currently building real time app with meteor and your package. Autoreconnect attempts would be cool. My logic seems as fuck. I think you can do it much better. How do you look at this?
For example: if we get end event get reconnect attempts for time or some count with interval between attempts. Have a nice day)
The text was updated successfully, but these errors were encountered: