Skip to content

Commit 0ced13c

Browse files
author
yangyuhui.807
committed
fix command channel full
1 parent 3e4a249 commit 0ced13c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rasp/rasp_server/src/comm.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ pub async fn start_bind(sock: RASPSock) -> Result<(), String> {
119119
(*pw).remove(&pid);
120120
}
121121
}
122+
drop(pw);
122123
sleep(Duration::from_secs(30)).await;
123124
}
124125
});

0 commit comments

Comments
 (0)