-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
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
Controller does't close socket #314
Comments
after restarting controller connection in CLOSE_WAIT state became growing
|
This commit fix it for me |
Before:
After:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Controller does't close socket in PingDriverRunner (perhaps) class so after while too many CLOSE_WAIT connection appear and controller stop working because it can't open new socket.
PingDriverRunner
Do we need socket.close(); after socket.connect() ?
The text was updated successfully, but these errors were encountered: