We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After a session is closed, some tasks are left running that periodically send scout messages and reply to scout messages.
use zenoh::prelude::r#async::*; #[async_std::main] async fn main() { env_logger::init(); let session = zenoh::open(Config::default()).res().await.unwrap(); session.close().res().await.unwrap(); futures::future::pending::<()>().await; }
$ RUST_LOG=zenoh::net::runtime::orchestrator=trace z_open_close
Zenoh v0.7.0-rc (7728f0d)
The text was updated successfully, but these errors were encountered:
This is a regression introduced by: 7db53e8
Sorry, something went wrong.
Terminate scouting tasks on session close (#425)
60a988b
Terminate scouting tasks on session close (#425) (#426)
6206412
Successfully merging a pull request may close this issue.
Describe the bug
After a session is closed, some tasks are left running that periodically send scout messages and reply to scout messages.
To reproduce
System info
Zenoh v0.7.0-rc (7728f0d)
The text was updated successfully, but these errors were encountered: