Skip to content

Commit 3f06c40

Browse files
committed
fix: restore tcp_client read_timeout
1 parent 5012fb8 commit 3f06c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tcp_client.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ class BridgeTCPClient : public Client {
193193
}
194194

195195
MsgPack::arr_t<uint8_t> message;
196-
RpcCall async_rpc = bridge->call(TCP_READ_METHOD, connection_id, size);
196+
RpcCall async_rpc = bridge->call(TCP_READ_METHOD, connection_id, size, read_timeout);
197197
const bool ret = async_rpc.result(message);
198198

199199
if (ret) {

0 commit comments

Comments
 (0)