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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: