UnityMMO
UnityMMO copied to clipboard
Fix memory leak on server
LoginServer.cs and WorldServer.cs in the ReceiveCallBack method need to have .EndReceive() called somewhere.. Otherwise the callback will loop infinitely and eventually cause OOM after a period of time