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 e9512e6 commit 5d1be36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ async fn handle_or_drop_publish_after_disconnect(
.unwrap();
io.encode(codec::Packet::Disconnect, &codec).unwrap();
io.flush(true).await.unwrap();
sleep(Millis(150)).await;
io.close();
drop(io);
sleep(Millis(250)).await;
Expand Down

0 comments on commit 5d1be36

Please sign in to comment.