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
transport.close()
Please check my comments to the commit: e8304b8#commitcomment-23516974:
I can't decide what exactly happened in my custom error callback, since I get object ChannelClosed(None, None), 'Channel is closed' instead of None: https://docs.python.org/3/library/asyncio-protocol.html#asyncio.BaseTransport.close
ChannelClosed(None, None), 'Channel is closed'
None
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please check my comments to the commit: e8304b8#commitcomment-23516974:
I can't decide what exactly happened in my custom error callback, since I get object
ChannelClosed(None, None), 'Channel is closed'
instead ofNone
: https://docs.python.org/3/library/asyncio-protocol.html#asyncio.BaseTransport.closeThe text was updated successfully, but these errors were encountered: