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 setting _channel by moving before super call #953

Merged
merged 1 commit into from
Apr 4, 2019

Conversation

RobbieTheWagner
Copy link
Member

@RobbieTheWagner RobbieTheWagner commented Apr 2, 2019

_channel was previously a computed. We moved to setting it in init, but calling super first was triggering sending a message that tried to use _channel and it was not already set. This PR ensures we set it before calling super.

Copy link
Contributor

@locks locks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌

@RobbieTheWagner RobbieTheWagner merged commit 9468022 into master Apr 4, 2019
@RobbieTheWagner RobbieTheWagner deleted the fix-port2 branch April 4, 2019 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants