We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14ae3cf + 12530eb commit 911ccc8Copy full SHA for 911ccc8
README.md
@@ -391,6 +391,7 @@ let run_client ~net ~addr =
391
Switch.run ~name:"client" @@ fun sw ->
392
traceln "Client: connecting to server";
393
let flow = Eio.Net.connect ~sw net addr in
394
+ (* Read all data until end-of-stream (shutdown): *)
395
traceln "Client: received %S" (Eio.Flow.read_all flow)
396
```
397
0 commit comments