mirror of
https://github.com/ocaml-multicore/eio.git
synced 2025-08-10 00:02:48 -04:00
Since this server now accepts multiple connections, we need to exit when the client is done. I switched the order of the messages so that the client reading the reply is the last thing that happens, to avoid a race here.