From 95bd9a67f9f6c90f627784e3f8fbf5c203784e51 Mon Sep 17 00:00:00 2001
From: lichao <lichao@aiotlink.com>
Date: 星期五, 30 四月 2021 15:36:17 +0800
Subject: [PATCH] change shm socket msg queue to atomic queue.

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

diff --git a/utest/api_test.cpp b/utest/api_test.cpp
index c6165e8..cf7baf9 100644
--- a/utest/api_test.cpp
+++ b/utest/api_test.cpp
@@ -149,7 +149,7 @@
 		bool r = BHRegisterTopics(s.data(), s.size(), &reply, &reply_len, 1000);
 		BHFree(reply, reply_len);
 		// printf("register topic : %s\n", r ? "ok" : "failed");
-		Sleep(1s);
+		// Sleep(1s);
 	}
 
 	{ // Subscribe

--
Gitblit v1.8.0