-
Notifications
You must be signed in to change notification settings - Fork 149
Added the receive_nowait() method to all streams #487
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
base: master
Are you sure you want to change the base?
Conversation
f9579d4
to
87c4c78
Compare
This reverts commit c79bbb3.
I just realized that this PR requires backwards incompatible changes, as it introduces a new mandatory stream method that must raise either |
I've made the changes compatible with v4.x by only emitting a warning when |
All that this still needs is added test coverage. The TLSStream implementation looks particularly tricky. |
No description provided.