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

Remove warning output from TcpClient#send #4

Merged
merged 1 commit into from Sep 23, 2014

Conversation

schmich
Copy link
Contributor

@schmich schmich commented Sep 16, 2014

I was getting "closed stream" console output while running a TCP client/server and traced it to TcpClient#send. Because the exception is re-raised, I don't think it's necessary to warn since any clients can handle any raised exceptions themselves.

In other words, it's trivial for clients to duplicate this behavior, but there's no way to suppress it.

kschiess added a commit that referenced this pull request Sep 23, 2014
Remove warning output from TcpClient#send
@kschiess kschiess merged commit c3931f5 into kschiess:master Sep 23, 2014
@kschiess
Copy link
Owner

Included in the 0.6.0 Release as of today.

@schmich
Copy link
Contributor Author

schmich commented Sep 23, 2014

Awesome, thanks for the support and for the great library!

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

Successfully merging this pull request may close these issues.

None yet

2 participants