mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 11:15:38 -05:00
wip
This commit is contained in:
parent
543135a0b0
commit
72d8c09898
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue