Skip to content

Commit

Permalink
⚗️ Update experimental code
Browse files Browse the repository at this point in the history
  • Loading branch information
czy-29 committed Dec 13, 2024
1 parent 3d8a9d9 commit 65deae9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tracing-surreal/src/tmp/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,10 @@ impl<C: Connection + Clone> ServerBuilder<C> {
return Ok(GracefulType::Explicit);
}
res = listener.accept() => {
if let Err(err) = &res {
println!("accept err: {}", err);
}

res?
}
};
Expand Down

0 comments on commit 65deae9

Please sign in to comment.