I am attempting to use the code I previously contributed to send WebSocket ping messages, but it does not appear to function.
Specifically, constructing a ping message and then sending it through an existing WebSocket connection does not result in the client receiving that ping.
I am working around the issue by sending text messages as a less-elegant form of a keep-alive ping, but wanted to raise it here鈥攅specially given that I contributed the code that doesn't seem to work correctly.
It might be that there is code that specifically ignores sending pings 馃槅
We should probably add a unit test to tests/ws.rs when fixing this.
Most helpful comment
It might be that there is code that specifically ignores sending pings 馃槅
We should probably add a unit test to
tests/ws.rswhen fixing this.