Closed renatosnrg closed 4 years ago
Thanks for spotting this, @renatosnrg. It looks like an oversight on my part -- I've just added those events to the EVENTS
list -- can you tell me if that fixes the problem?
I'm preparing for a release and will be including the above change, so I'm going to close this issue. Please let me know if it persists.
I noticed that the callbacks for ping and pong are not emitted for
Websocket::Driver::Server
. For example, these callbacks will never be executed even if the server receives the ping and pong frames:In the
Websocket::Driver::Server
code there is the following line:Is there some specific reason to not include ping and pong events?
Websocket::Driver::Client
emits the events as expected.