ScutGame / Scut

Scut is a free, open source, stable game server framework, which support C#/Python/Lua script, and support Unity3d, Cocos2dx, FlashAir client access.
1.33k stars 577 forks source link

Server to Server RemoteService send heart package which can not refresh the session #16

Open Jesse1205 opened 8 years ago

Jesse1205 commented 8 years ago

when one server send heart package to another server, another server can not refresh the session , becase the code at GameSocketHost can not decode the package. Change the RemoteService.cs at line 229. add the code after line 228, heatParam["MsgId"] = 0; can solve the problem