Issue in sending different size messages

Issue #4 closed
Ehsan Aerabi created an issue

When client sends several fixed-size values (like 64 bytes) everything seems OK.

But suppose client sends an 8-byte message like this: "ABCDEFGH". Next time it tries shorter message like this: "xyz".

learners would receive second message like this: "xyzDEFGH".

Comments (2)

  1. Log in to comment