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