Skip to content

Commit

Permalink
fix: windows multi_client tests (#66)
Browse files Browse the repository at this point in the history
* test single thread

* multi thread single client

* maybe tasks?

* bind test

* maybe?

* cleanup
  • Loading branch information
Arqu committed Jan 27, 2023
1 parent 57dd758 commit 4befae2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,7 @@ mod tests {
)));
}

for task in tasks {
task.await??;
}
futures::future::join_all(tasks).await;

Ok(())
}
Expand Down

0 comments on commit 4befae2

Please sign in to comment.