dont error SSDP on cancel
This commit is contained in:
parent
3acc53a11f
commit
7fd4730b47
1 changed files with 1 additions and 1 deletions
|
|
@ -494,7 +494,7 @@ MX: 2\r\n\r\n"
|
||||||
r = wait => r,
|
r = wait => r,
|
||||||
_ = self.opts.shutdown.cancelled() => {
|
_ = self.opts.shutdown.cancelled() => {
|
||||||
self.try_send_notifies(NTS_BYEBYE).await;
|
self.try_send_notifies(NTS_BYEBYE).await;
|
||||||
bail!("canceled");
|
Ok(())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue