python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Can't connect to actioncable socket and no error and rejection - what can I do?
Some users are unable to connect to my socket and I have no idea why. I don't see any errors but I do see that they never actually connect. What can be the cause of this and what should I do? I am usi...
John
Votes: 0
Answers: 0
How to configure acts_as_tenant gem with ActionCable in rails7
I'm working on a project with I use ActionCable, at the moment I'm learning about acts_as_tenant gem.
I implement it in the project, but my WebSockets don't work.
If I'm logged in subdomain1, and send...
Henrique Barros
Votes: 0
Answers: 1
Is it possible to use Action Cable in Rails 6 on Sprockets?
I realize this is a bit of a non-specific question, but I'm not exactly sure where my issue lies, so bear with me please.
I am attempting to setup Action Cable in Rails 6.1.4.1 on Sprockets (no webpac...
Tony Beninate
Votes: 0
Answers: 0
Unable to detect the client activation status in server side if disconnected due to poor network - Action cable
We facing issues with actioncable. The issue is , Client is getting disconnected due to internet issue but that status not communicated to the server(disconnect event not calling)
The below method is ...
Bala
Votes: 0
Answers: 1