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

Allow closing the connecting by returning ControlFlow::Break #33

Merged
merged 11 commits into from Apr 18, 2024
Merged

Conversation

emilk
Copy link
Member

@emilk emilk commented Apr 3, 2024

I don't know how to implement this on native_tungstenite_tokio though, and I don't care a lot either (I don't use it).

@emilk emilk added the include in changelog Include this in CHANGELOG.md label Apr 18, 2024
@emilk emilk marked this pull request as ready for review April 18, 2024 16:08
@emilk emilk merged commit e145ce5 into main Apr 18, 2024
10 checks passed
emilk added a commit to rerun-io/rerun that referenced this pull request May 21, 2024
This fixes a bug where we did not properly sever the websocket connection

* rerun-io/ewebsock#33
emilk added a commit to rerun-io/rerun that referenced this pull request May 21, 2024
This fixes a bug where we did not properly sever the websocket
connection

* rerun-io/ewebsock#33

### Checklist
* [x] I have read and agree to [Contributor
Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and
the [Code of
Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md)
* [x] I've included a screenshot or gif (if applicable)
* [x] I have tested the web demo (if applicable):
* Using examples from latest `main` build:
[rerun.io/viewer](https://rerun.io/viewer/pr/6394?manifest_url=https://app.rerun.io/version/main/examples_manifest.json)
* Using full set of examples from `nightly` build:
[rerun.io/viewer](https://rerun.io/viewer/pr/6394?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json)
* [x] The PR title and labels are set such as to maximize their
usefulness for the next release's CHANGELOG
* [x] If applicable, add a new check to the [release
checklist](https://github.com/rerun-io/rerun/blob/main/tests/python/release_checklist)!

- [PR Build Summary](https://build.rerun.io/pr/6394)
- [Recent benchmark results](https://build.rerun.io/graphs/crates.html)
- [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)

To run all checks from `main`, comment on the PR with `@rerun-bot
full-check`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
include in changelog Include this in CHANGELOG.md
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The results or EventHandler is ignored
1 participant