Is there any way to make my websocket connections not disconnecting?
On my localhost I never had an issue with this, the timeout is very small, it seems to be ~30 seconds for me on a paid plan.
I would like it if a websocket had more time until it gets disconnected e.g. 5 minutes
Is it possible to set it like that?
I would like to avoid having any heartbeat implementation.
I use ws on node js
I have noticed all my connections are disconnecting after 1.7 minutes. I started noticing it a few weeks ago, and don’t remember this being an issue before that. I am using Django but sounds like a similar issue.
Did you ever get a response / figure this out?