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
The breaking interface change in Twisted relates to Autobahn support for WAMP over pipes to spawned child processes:
twisted.internet.protocol.ProcessProtocol.getPeer
AttributeError
NotImplementedError
The text was updated successfully, but these errors were encountered:
fixed via #1469 - this works with both Twisted v20.3.0 and v21.2.0
for explanation: crossbario/crossbar#1864 (comment)
Sorry, something went wrong.
for the record, the change in twisted is indeed covered by twisted project policy .. see https://twistedmatrix.com/pipermail/twisted-python/2021-March/065507.html and ff
No branches or pull requests
The breaking interface change in Twisted relates to Autobahn support for WAMP over pipes to spawned child processes:
twisted.internet.protocol.ProcessProtocol.getPeerraises anAttributeErrorNotImplementedErrorThe text was updated successfully, but these errors were encountered: