mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 03:05:30 -05:00
wip: debug echo server
This commit is contained in:
parent
6c4fb69d23
commit
f5993408c0
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ let main ~port ~runner:_ () : unit Lwt.t =
|
|||
~data:(fun () -> [ "addr", `String (str_of_sockaddr client_addr) ])
|
||||
in
|
||||
|
||||
Printf.printf "got new client\n%!";
|
||||
Printf.printf "got new client on %s\n%!" (str_of_sockaddr client_addr);
|
||||
|
||||
let buf = Bytes.create 32 in
|
||||
let continue = ref true in
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue