You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor player connection
Those commits decouple the logic of reading messages from the
service/handler and delegates the responsibility for the acceptor itself
by implementing a GetNextMessage method. TCP Acceptor now parses whole
messages one by one from the stream, this way we ensure not to read
partial messages anymore.