We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e9938f commit f0a2876Copy full SHA for f0a2876
tunnel-obfuscation/src/shadowsocks.rs
@@ -38,6 +38,7 @@ pub enum Error {
38
pub struct Shadowsocks {
39
udp_client_addr: SocketAddr,
40
server: tokio::task::JoinHandle<Result<()>>,
41
+ // The receiver will implicitly shut down when this is dropped
42
_shutdown_tx: oneshot::Sender<()>,
43
}
44
0 commit comments