Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
fabi321 committed May 30, 2024
1 parent 6d4f1f2 commit 9275123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion breakwater/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ impl Server {
*current_connections += 1;
} else {
// Errors if session is dropped prematurely
let _ = socket.shutdown();
let _ = socket.shutdown().await;
continue;
}
};
Expand Down

0 comments on commit 9275123

Please sign in to comment.