action-cable-node
action-cable-node copied to clipboard
Reconnects repeatedly due to stale connection
While using this library, I was having issues with the WebSocket connection becoming stale and reconnecting in an endless loop.
Didn't have time to dig into how this library deviates but it could be something not copied over completely 1:1. I then used this library (https://github.com/schneidmaster/actioncable-modules) and didn't have this issue.