Hey all!
When I start the server (via standalone.py) using WSS, it works fine in the beginning. A day passes, and when I go to my website, a WebSocket connection is established, but as soon as I send it any message it disconnects the user. I'm wondering if anything comes to mind when the server is run continuously: what potential areas should I investigate that would lead to an initially good server for the first couple hours, but not after a day (or maybe even 16 hours... I haven't pinpointed the time). I also don't know if it's solely time-based or if one incident occurs during such a long period of time.
Thanks!