You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've written a server that sends pings messages to clients, in order to detect broken connections, and I'd like to use wsta to interact with it. However it seems that wsta does not send pong messages in response to pings.
I've written a server that sends pings messages to clients, in order to detect broken connections, and I'd like to use wsta to interact with it. However it seems that wsta does not send pong messages in response to pings.
In my opinion wsta should (by default) reply to ping messages with pong, by just replying with the ping payload.
The current options for "ping" (e.g.
-p
) are a little confusing, since they're really just sending plain messages as opposed to ping frames.The text was updated successfully, but these errors were encountered: