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 bug in websocket close callback #343

Merged
merged 1 commit into from
Oct 31, 2019
Merged

Conversation

edaniszewski
Copy link
Contributor

This PR:

  • updates deps, bringing websockets to 8.0.2
  • fixes a bug due to a breaking change in dependency update - now, the close task will not exist on init, but will be created on connect. this doesn't seem like it would have been an issue for normal run of synse-server, but it posed issues with tests. this adds a check to ensure the attribute exists.

fixes #340

@edaniszewski edaniszewski merged commit 76f8ac9 into v3/staging Oct 31, 2019
@edaniszewski edaniszewski deleted the websocket-dep branch October 31, 2019 18:02
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.

None yet

2 participants