When a client was disconnected, it was possible that messages were received during the close and they were left in the incoming buffer, causing a subsequent connection to receive the old messages.
Also now checking for a socket close situation while reading with getBytesBlocking().
Fixed: Network connection close
When a client was disconnected, it was possible that
messages were received during the close and they
were left in the incoming buffer, causing a subsequent
connection to receive the old messages.
Also now checking for a socket close situation while
reading with getBytesBlocking().