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

Add unsubscribe_all handler to example #54

Merged
merged 3 commits into from
Jul 19, 2019
Merged

Add unsubscribe_all handler to example #54

merged 3 commits into from
Jul 19, 2019

Conversation

shantanoo-desai
Copy link
Contributor

In the index.html there is a SocketIO call for unsubscribe_all
but it is not handled in the App.The resultant behaviour
is that, upon clicking the unsubscribe button, the data
still keeps coming in.
This commit adds the handler for unsubscribing to all topics

In the `index.html` there is a SocketIO call for `unsubscribe_all` 
but it is not handled in the App.The resultant behaviour 
is that, upon clicking the unsubscribe button, the data 
still keeps coming in.
This commit adds the handler for unsubscribing to all topics
@coveralls
Copy link

coveralls commented Jul 19, 2019

Pull Request Test Coverage Report for Build 75

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 96.104%

Totals Coverage Status
Change from base Build 72: 0.0%
Covered Lines: 148
Relevant Lines: 154

💛 - Coveralls

As the example `app.py` handles the `unsubscribe_all` handler,
the subsequent README.md is updated to the respective handler
Improve coveralls coverage by adding the `unsubscribe_all` handler to `doc`
@stlehmann stlehmann merged commit 2ff4527 into stlehmann:master Jul 19, 2019
@stlehmann
Copy link
Owner

Thanks for the PR. Merged it.

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

3 participants