Working on reading multiple messages at once

The ObjectMessageReader does function normally for single messages but
will deliver corrupted objects when a message consisting of multiple
objects is received.
This commit is contained in:
2020-01-29 07:45:59 +01:00
parent be1fc1e502
commit 23c4fd8f67
3 changed files with 18 additions and 13 deletions

View File

@ -86,7 +86,7 @@ public class User {
public String getName() { return name; }
/**
* @param name the user name to set
* @param name the username to set
* @since Envoy Server Standalone v0.1-alpha
* @see User#getName()
*/