Unable to get client usage with manual pings and pongs to work #444
Unanswered
stuartwallace-valstro
asked this question in
Q&A
Replies: 1 comment
-
Hey there, thanks for writing. The "Client usage with manual pings and pongs" recipe is manual issuing of pings/pongs from the client. You have to manually send a ping to the server (to which the server will automatically respond with a pong). But, honestly, I am a bit confused about this. Would you be so kind and share a repro or the setup? Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm attempting to follow the "Client usage with manual pings and pongs". I'm having some problems because the "ping" that I've implemented never gets called. I've set
keepAlive
to 10s and I can see pings being sent but I see none of the logging nor the payload I've added.Looking at the code, this seems like it's expected. Do I need to implement the timer to send the ping as well?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions