RubyOnRails APIs are using ActionCable
to connect to the socket for live tracking.
There are two iOS apps Driver and Customer. Drivers are broadcasting their locations and customers are subscribing.
sometimes everything looks fine on the apps and backend but the maximum time apps start throwing the error while connecting the action cable:
ActionCableClient.TransmitError.notConnected
My RubyOnRails Application is deployed over the Nginx
and passenger
.
These are the logs:
error ignoring messages processed after the websocket was closed Please help me to know the reason and some solution to overcome from here.
Thanks.