UnityMMO icon indicating copy to clipboard operation
UnityMMO copied to clipboard

Fix memory leak on server

Open T00fy opened this issue 8 years ago • 0 comments

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

T00fy avatar Mar 07 '18 11:03 T00fy