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 am using this repo to work with websocket thing. My case is very simple, just listening some data from a web server.
After I start my program, I use $ sudo nethogs command to see the network traffic.
I saw that SENT is 50k/s and RECEIVED is 500k/s.
I did't sent any traffic to websocket server. I'd like to ask what message is included in SENT and how to disable it?
Could anybody from community can help me?
Expected Behavior
No response
Steps To Reproduce
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
I use Wireshark to capture tcp/udp traffic of server.go and find no data is received or sent by server except for heartbeat every 15 seconds.
Please share you code for deep investigation.
You can disable pongs using the following code. I don't recommend this because the server likely close the connection when the client does not respond to the ping.
Is there an existing issue for this?
Current Behavior
I am using this repo to work with websocket thing. My case is very simple, just listening some data from a web server.
After I start my program, I use $ sudo nethogs command to see the network traffic.
I saw that SENT is 50k/s and RECEIVED is 500k/s.
I did't sent any traffic to websocket server. I'd like to ask what message is included in SENT and how to disable it?
Could anybody from community can help me?
Expected Behavior
No response
Steps To Reproduce
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: