This commit is contained in:
Simon Cruanes 2025-07-09 17:43:49 -04:00
parent 1e79fbeb14
commit d9d7ca98b7
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -48,7 +48,7 @@ let main ~port ~runner:_ () : unit Lwt.t =
let addr = Unix.ADDR_INET (Unix.inet_addr_any, port) in
let _server =
Lwt_io.establish_server_with_client_address addr handle_client
Lwt_io.establish_server_with_client_address addr handle_client |> await_lwt
in
lwt_fut