We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With TCP mode
Test with ZyTest tool configured 100 thread and 100 runtimes
SocketListener.cs IO_Completed method have ObjectDisposedException.
Reason: GameSession manage session and it delete socket that is waiting process
p.s you can reproduce this easily by change timeout parameter and interval OnSessionClear method
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With TCP mode
Test with ZyTest tool configured 100 thread and 100 runtimes
SocketListener.cs IO_Completed method have ObjectDisposedException.
Reason: GameSession manage session and it delete socket that is waiting process
p.s you can reproduce this easily by change timeout parameter and interval OnSessionClear method
The text was updated successfully, but these errors were encountered: