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

Fix gateway instantiation with keyword arguments #436

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alex18-d
Copy link

@alex18-d alex18-d commented Jan 19, 2022

kwargs are passed through complete base class constructors chain: everyone takes params it wants and ignores the rest silently

fixes #262

…ss constructors chain: everyone takes params it wants and ignores the rest silently
@MartinHjelmare MartinHjelmare changed the title fixed issue #262 Fix gateway instantiation with keyword arguments Jan 19, 2022
@MartinHjelmare
Copy link
Collaborator

Please add a test that checks that we can instantiate the gateway as done in the reported issue, and that the transport on the gateway receives the expected arguments.

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.

Unable to use "timeout" argument in gateway instantiation
2 participants