If I start a websocket connection with my server on glitch do I have to keep pinging the server in order to keep it from sleeping? or does it stay awake until the websocket connection is closed.
In other words does sending messages to and from an open websocket channel count as “activity” and thus the server doesn’t sleep?