How does the ping/pong work behind the scenes? #533
Unanswered
crashedpixel
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Pings are not shown in the browser. It's nothing new -> the browser sends pongs for every ping (under the hood). |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Trello for example you can see all of the ping/ pongs events in the browser under the network tab for that Websocket connection.
Whereas I can see the pong events on the server for uWebSocket but I can't see any network activity for the ping events in the browser. I know they're "automatic" but I would see expect to see something in the network tab.
Is this new protocol for Websockets? I tried looking through the source code for uWebSocket but not so good with C++.
Beta Was this translation helpful? Give feedback.
All reactions