We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With #71 we now have a way to remotely disconnect. The Ruby version has a way to pass a reconnect message to tell the client to reconnect
reconnect
https://github.com/rails/rails/blob/e9ea600c24bb44317cf6176c34020a7d0e1060f3/actioncable/lib/action_cable/remote_connections.rb#L56-L57C45
It seems that by default, the actioncable.js lib already handles a reconnect. So this would more be to say "don't reconnect".
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With #71 we now have a way to remotely disconnect. The Ruby version has a way to pass a
reconnect
message to tell the client to reconnecthttps://github.com/rails/rails/blob/e9ea600c24bb44317cf6176c34020a7d0e1060f3/actioncable/lib/action_cable/remote_connections.rb#L56-L57C45
It seems that by default, the actioncable.js lib already handles a reconnect. So this would more be to say "don't reconnect".
The text was updated successfully, but these errors were encountered: