Skip to content
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

Fix too many open files issue (#3630) #3631

Merged
merged 2 commits into from
Oct 25, 2018

Conversation

yongjiema
Copy link
Contributor

Fix #3630

@@ -618,6 +618,7 @@ private bool HasStatus(ConnectionStatus connectionStatus)
protected override void PostStop()
{
if (Socket.Connected) Abort();
else CloseSocket();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch

@Aaronontheweb
Copy link
Member

Looks good to me - thanks for your contribution @yongjiema

@yongjiema
Copy link
Contributor Author

Looks good to me - thanks for your contribution @yongjiema

My pleasure

@Aaronontheweb Aaronontheweb merged commit a0c44f1 into akkadotnet:dev Oct 25, 2018
@vncoelho
Copy link

vncoelho commented Oct 26, 2018

Congratulations @yongjiema for this cross-projects contribution, Neo will be thankful to this 🗡️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants