-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
There seems to be a bug in the server example about incoming msg size.
To reproduce:
- build master
- start client_example and server_example
- client: send message '1234356'
- server receives '123456'
- client send message ' 4'
- server receives '423456', but should be '4' only
seems to be a bug in message size
Metadata
Metadata
Assignees
Labels
No labels