Version: 2.0.0-beta.28.528
Server: Windows 2022 Server
We are seeing frequent occurrences of the message:
"Session [SessionID] got an error when handling a package."
We have developed an MMORPG game server that maintains around 2,000 concurrent connections. During testing with test clients, this message appears intermittently, and the server disconnects from the clients. However, the packets sent from the test client don’t seem to have any issues.
We’re unsure what might be causing this issue or what we should check. We’re also uncertain if the TCP socket method used for MMORPG-style game server operation is sustainable.
Version: 2.0.0-beta.28.528
Server: Windows 2022 Server
We are seeing frequent occurrences of the message:
"Session [SessionID] got an error when handling a package."
We have developed an MMORPG game server that maintains around 2,000 concurrent connections. During testing with test clients, this message appears intermittently, and the server disconnects from the clients. However, the packets sent from the test client don’t seem to have any issues.
We’re unsure what might be causing this issue or what we should check. We’re also uncertain if the TCP socket method used for MMORPG-style game server operation is sustainable.