This happens because of race conditions with websocket state.
ws_frame.c:816 - setting socked state WS_S_CLOSING
ws_conn.c:703 - setting socket state WS_S_REMOVING
and updates rmticks
value.
I will create a pull request to break race conditions.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.