tokio1, windows not test yet
This commit is contained in:
parent
25a83f6b4a
commit
dc3fcda2c9
23 changed files with 169 additions and 154 deletions
|
|
@ -595,7 +595,7 @@ pub fn check_zombie(childs: Childs) {
|
|||
|
||||
// notice: avoiding create ipc connecton repeatly,
|
||||
// because windows named pipe has serious memory leak issue.
|
||||
#[tokio::main(basic_scheduler)]
|
||||
#[tokio::main(flavor = "current_thread")]
|
||||
async fn check_connect_status_(
|
||||
reconnect: bool,
|
||||
status: Arc<Mutex<(i32, bool)>>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue