Questions tagged [anycable]
4 questions
2
votes
0 answers
I can't connect AnyCable with Docker (rails)
I want to build anycable with my application but I get this error:
ActionController::RoutingError (No route matches [GET] "/cable")
and this is error in the browser:
action_cable.js:241 WebSocket connection to 'wss://portal.comp-moto.com/cable'…
1
vote
0 answers
find connected users in anycable
There are ways to find out how many users/connections are there for action cable as asked here previously How do I find out who is connected to ActionCable? and ActionCable - how to display number of connected users?.
I switched to anycable for…

Subash
- 3,128
- 6
- 30
- 44
0
votes
0 answers
Searchkick and Anycable-rails gems hangs server
I have an issue in my Rails app that I just cannot solve.. I have been using Anycable, and the Anycable-rails gem, in production for a year now and it have worked great. Then I added Searchkick to improve the search experience, but then the server…

davidklsn
- 31
- 4
0
votes
0 answers
Rails migrationg from ActionCable to AnyCable. Broadcast does not send a message
I`m trying to migrate from Actioncable to Anycable.
This works perfect with action cable. But it does not work with any, looks like callback does not work. I saw in documentation that it probably should not work with any. What is the best practice…

Grinko Dmitry
- 55
- 3