We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f7a082 commit b8d0c35Copy full SHA for b8d0c35
frameworks/Rust/hyperlane/src/server/fn.rs
@@ -20,6 +20,8 @@ async fn init_server() {
20
.await
21
.disable_nodelay()
22
23
+ .disable_linger()
24
+ .await
25
.buffer(256)
26
.await;
27
Server::from(config)
0 commit comments