You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a HA setup with Nchan (Redis Clusters + Load balancer with multiple EC2 Instances).
But When I subscribe to a channel using websocket, The Socket Connection is getting closed after 60 seconds.
I thought of doing a HeartBeat call every 60 seconds while subscribed to a channel but it doesn't allow it since the route is only for subscribing and not publishing(makes sense).
I tried increasing the timeout to 3600 in the load balancer , but the connection is getting closed after 5 minutes.
we might need active connection for more than 2 hours.
(Also this was not an issue when nchan was installed in single machine without loadbalancer)
Any Suggestions / Fix ?
The text was updated successfully, but these errors were encountered:
I have a HA setup with Nchan (Redis Clusters + Load balancer with multiple EC2 Instances).
But When I subscribe to a channel using websocket, The Socket Connection is getting closed after 60 seconds.
I thought of doing a HeartBeat call every 60 seconds while subscribed to a channel but it doesn't allow it since the route is only for subscribing and not publishing(makes sense).
I tried increasing the timeout to 3600 in the load balancer , but the connection is getting closed after 5 minutes.
we might need active connection for more than 2 hours.
(Also this was not an issue when nchan was installed in single machine without loadbalancer)
Any Suggestions / Fix ?
The text was updated successfully, but these errors were encountered: