Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ping/Pong #2

Open
Exzentttt opened this issue Nov 12, 2022 · 0 comments
Open

Ping/Pong #2

Exzentttt opened this issue Nov 12, 2022 · 0 comments

Comments

@Exzentttt
Copy link

Hi, I noticed that ping/pongs not working in this integration

2022-11-12 15:33:11 - TRACE: Parsed headers [137, 0]
2022-11-12 15:33:11 - TRACE: First: 10001001
2022-11-12 15:33:11 - TRACE: Second: 0
2022-11-12 15:33:11 - TRACE: Opcode: Control(Ping)
2022-11-12 15:33:11 - TRACE: Masked: false
2022-11-12 15:33:11 - TRACE: received frame 
<FRAME>
final: true
reserved: false false false
opcode: PING
length: 2
payload length: 0
payload: 0x
            
2022-11-12 15:33:11 - TRACE: Received message 
2022-11-12 15:33:11 - TRACE: [] received Ping WebSocket message

Example tokio-tungstenite normal working:

2022-11-12 18:33:23 - TRACE: Opcode: Control(Ping)
2022-11-12 18:33:23 - TRACE: Masked: false
2022-11-12 18:33:23 - TRACE: received frame 
<FRAME>
final: true
reserved: false false false
opcode: PING
length: 2
payload length: 0
payload: 0x
            
2022-11-12 18:33:23 - TRACE: Received message
2022-11-12 18:33:23 - TRACE: Sending pong reply
2022-11-12 18:33:23 - TRACE: writing frame 
<FRAME>
final: true
reserved: false false false
opcode: PONG
length: 6
payload length: 0
payload: 0x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant