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
Hi - I am using your example code (basically unchanged) together with https://googlechrome.github.io/samples/webtransport/client.html to connect and send a datagram. It works, but every message received by the server has a zero byte prefixed. For example, if I send a 5-byte datagram from the browser end ('HELLO'), the client apparently receives 6 bytes and your log prints:
ReceiveMessage:00 48 45 4c 4c 4f
Can you explain why this is happening? Thank you!
The text was updated successfully, but these errors were encountered:
Hi - I am using your example code (basically unchanged) together with https://googlechrome.github.io/samples/webtransport/client.html to connect and send a datagram. It works, but every message received by the server has a zero byte prefixed. For example, if I send a 5-byte datagram from the browser end ('HELLO'), the client apparently receives 6 bytes and your log prints:
ReceiveMessage:00 48 45 4c 4c 4f
Can you explain why this is happening? Thank you!
The text was updated successfully, but these errors were encountered: