1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 19:47:43 +02:00

prepare actix-connect release

This commit is contained in:
Nikolay Kim
2019-03-14 22:39:49 -07:00
parent 720230b852
commit b290273e81
3 changed files with 3 additions and 2 deletions

View File

@ -263,6 +263,7 @@ mod tests {
.and_then(move |res: Vec<_>| {
assert_eq!(res, vec![1, 2, 3]);
let _ = tx_stop.send(());
actix_rt::System::current().stop();
Ok(())
})
}));