We're sending pings to the client, but we're not checking for the response. It's possible that this is causing us to not properly detect broken connections, which would presumably cause a memory leak. We should check for a pongas explained in the ws docs.
We're sending pings to the client, but we're not checking for the response. It's possible that this is causing us to not properly detect broken connections, which would presumably cause a memory leak. We should check for a
pong
as explained in thews
docs.