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:
@ -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()
|
||||
*/
|
||||
|
Reference in New Issue
Block a user