Refactoring

This commit is contained in:
Changhua 2023-12-08 19:05:50 +08:00
parent 3d26ea778f
commit 23e407255f

View File

@ -411,7 +411,6 @@ static void PushMessage()
char url[URL_SIZE + 1] = { 0 };
sprintf_s(url, URL_SIZE, "%s:%d", BASE_URL, lport + 1);
LOG_ERROR("URL: {}", url);
if ((rv = nng_pair1_open(&msg_sock)) != 0) {
LOG_ERROR("nng_pair0_open error {}", nng_strerror(rv));
return;