From 903b27f875e5f2a872c1b309f354b18c0450f35a Mon Sep 17 00:00:00 2001
From: lichao <lichao@aiotlink.com>
Date: 星期五, 04 六月 2021 11:46:18 +0800
Subject: [PATCH] allow tcp request with no dest, auto query topic.

---
 src/msg.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/msg.cpp b/src/msg.cpp
index 40a7b0d..3546424 100644
--- a/src/msg.cpp
+++ b/src/msg.cpp
@@ -37,7 +37,8 @@
 			Free();
 		}
 	} else if (n < 0) {
-		LOG_FATAL() << "error double release data.";
+		// ns_log::GetTrace();
+		LOG_FATAL() << "double release msg.";
 		throw std::runtime_error("double release msg.");
 	}
 	return n;

--
Gitblit v1.8.0