anycable / anycable-rails

AnyCable for Ruby on Rails applications
https://anycable.io
MIT License
497 stars 35 forks source link

Support remote disconnects #128

Closed palkan closed 4 years ago

palkan commented 4 years ago

What is the purpose of this pull request?

Add support for ActionCable.server.remote_connections.where(user: user).disconnect.

What changes did you make? (overview)

Checklist