diff --git a/src/threading/ipc_channel.h b/src/threading/ipc_channel.h index b83eda8ca..7c151e32f 100644 --- a/src/threading/ipc_channel.h +++ b/src/threading/ipc_channel.h @@ -188,8 +188,8 @@ public: static IPCChannelEnd makeA(std::unique_ptr resources); static IPCChannelEnd makeB(std::unique_ptr resources); - // If send, recv, or exchange return false (=timeout), stop using the channel. <--- TODO:why? // Note: timeouts may be for receiving any response, not a whole message. + // If send, recv, or exchange return false (=timeout), stop using the channel. // Returns false on timeout [[nodiscard]]