From db322f33ba13592f2492317e3f1a070454c97059 Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期四, 13 五月 2021 19:34:46 +0800 Subject: [PATCH] center alloc all msgs. --- 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 bd59c7f..f48f307 100644 --- a/utest/api_test.cpp +++ b/utest/api_test.cpp @@ -293,7 +293,7 @@ // } int same = 0; - int64_t last = 0; + uint64_t last = 0; while (last < nreq * ncli && same < 2) { Sleep(1s, false); auto cur = Status().nreply_.load(); -- Gitblit v1.8.0