-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Clarification of reconnect semantics #500
Comments
Also, please join the mailing list and #socket.io on freenode! This is only a bug report channel. |
darrachequesne
added a commit
that referenced
this issue
Jul 8, 2024
darrachequesne
added a commit
that referenced
this issue
Jul 8, 2024
- debug to version 2.6.4 - engine.io-parser to version 2.1.0 - ws to version 2.3.1
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I'm developing an application where clients can subscribe to a variety of events fired by the server. These subscriptions are highly parameterized and can thus not be modeled adequately with Socket.IO's channel feature (e.g., the client can subscribe to all events of type X but filter them by field A and only receive fields B and C). The server keeps track of all subscriptions and dispatches incoming events accordingly.
I've looked through the source code but am still having trouble figuring out what exactly happens when a reconnect occurs and how it should be handled. For instance:
connection.socket.connect()
but I'm not sure that it is intended to be used that way.Any infos on theses issues are highly appreciated.
The text was updated successfully, but these errors were encountered: