dont error SSDP on cancel

This commit is contained in:
Igor Katson 2024-09-15 17:43:53 +01:00
parent 3acc53a11f
commit 7fd4730b47
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5

View file

@ -494,7 +494,7 @@ MX: 2\r\n\r\n"
r = wait => r,
_ = self.opts.shutdown.cancelled() => {
self.try_send_notifies(NTS_BYEBYE).await;
bail!("canceled");
Ok(())
}
}
}