Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Apr 15, 2024
1 parent 963c730 commit afae6e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_server_v5.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1070,6 +1070,7 @@ async fn handle_or_drop_publish_after_disconnect(
)
.unwrap();
io.flush(true).await.unwrap();
sleep(Millis(1500)).await;
io.close();
drop(io);
sleep(Millis(250)).await;
Expand Down

0 comments on commit afae6e6

Please sign in to comment.