diff --git a/src/client.rs b/src/client.rs index 773fa9d..ffa6893 100644 --- a/src/client.rs +++ b/src/client.rs @@ -89,7 +89,7 @@ impl ClientConn { send_future.await.log_err("ClientConn send_loop"); - // TODO here: wait for inflight requests to all have their response + // FIXME: should do here: wait for inflight requests to all have their response stop_recv_loop .send(true) .log_err("ClientConn send true to stop_recv_loop");