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
TcpContainer returns Running when setHandler returns true, but setHandler returns false when the handler is set successfully?
Running
setHandler
true
false
As a result, TcpContainer returns Shutdown when it is actually running.
Shutdown
Not sure which one is wrong here.
The text was updated successfully, but these errors were encountered:
Temp fix
4e5bd5e
(see #79)
No branches or pull requests
TcpContainer returns
Running
whensetHandler
returnstrue
,but
setHandler
returnsfalse
when the handler is set successfully?As a result, TcpContainer returns
Shutdown
when it is actually running.Not sure which one is wrong here.
The text was updated successfully, but these errors were encountered: