Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Oct 15, 2024
1 parent e45433b commit 6e8fef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,8 @@ async fn handle_or_drop_publish_after_disconnect(
io.flush(true).await.unwrap();
sleep(Millis(1750)).await;
io.close();
drop(io);
sleep(Millis(1000)).await;
// drop(io);
sleep(Millis(750)).await;

assert!(disconnect.load(Relaxed));

Expand Down

0 comments on commit 6e8fef5

Please sign in to comment.