From af86015d724e5edf001aa024fe7d8581c45cffd9 Mon Sep 17 00:00:00 2001
From: lichao <lichao@aiotlink.com>
Date: 星期四, 15 四月 2021 10:44:12 +0800
Subject: [PATCH] fix sendq lock, use different mutexes for in,out.

---
 utest/speed_test.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/utest/speed_test.cpp b/utest/speed_test.cpp
index 0c40f14..52fe824 100644
--- a/utest/speed_test.cpp
+++ b/utest/speed_test.cpp
@@ -171,7 +171,7 @@
 			}
 			MsgI msg;
 			BHMsgHead head;
-			if (!cli.SyncRecv(msg, head, 100)) {
+			if (!cli.SyncRecv(msg, head, 1000)) {
 				printf("********** client recv error.\n");
 			} else {
 				DEFER1(msg.Release(shm));

--
Gitblit v1.8.0