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
victornor
changed the title
MQTTNet sends incorrect protocol version (83) when using websocket
MQTTNet sends incorrect protocol version (83)
Dec 7, 2024
Describe the bug
Even though I'm specifying version V310, the client sends
10 df 04 00 06 4d 51 49 73 64 70 (83) 82 00 0f 00
instead of the expected
10 df 04 00 06 4d 51 49 73 64 70 (03) 82 00 0f 00
Which component is your bug related to?
Client (Both RC 5 and 4.3.7)
To Reproduce
Connect using websocket or mqtt with protocol V310, observe the connect packet.
Expected behavior
I expect a connect packet with the following data
10 df 04 00 06 4d 51 49 73 64 70 (03) 82 00 0f 00
Code example
The text was updated successfully, but these errors were encountered: