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
tutorial/consumer.py
my_client = SdcConsumer.from_wsd_service(one_service, ssl_context=None)
leads to TypeError: SdcConsumer.from_wsd_service() got an unexpected keyword argument 'ssl_context'
find expected keyword argument
my_client = SdcConsumer.from_wsd_service(one_service, ssl_context_container=None)
3.10.12
linux
1.3.0
The text was updated successfully, but these errors were encountered:
fix consumer.py Draegerwerk#268
399d696
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Current Behavior
tutorial/consumer.py
leads to
TypeError: SdcConsumer.from_wsd_service() got an unexpected keyword argument 'ssl_context'
Expected Behavior
find expected keyword argument
Solution proposal
tutorial/consumer.py
Python Version
3.10.12
Operating system
linux
Sdc11073 Version
1.3.0
The text was updated successfully, but these errors were encountered: