I notice that when I have a long-running web socket connection, the stream will eventually stall, but not stop or return an error. There does appear to be connection logic, but it must not be getting triggered. There is a hearbeat_loop that looks like it returns if it gets a timeout, but handle_connection does not catch this, so it just stalls.
I notice that when I have a long-running web socket connection, the stream will eventually stall, but not stop or return an error. There does appear to be connection logic, but it must not be getting triggered. There is a
hearbeat_loopthat looks like it returns if it gets a timeout, buthandle_connectiondoes not catch this, so it just stalls.