Fix unhandled error

This commit is contained in:
Changhua 2024-06-28 20:21:36 +08:00
parent ec2ad71ccf
commit 45cb2816eb

View File

@ -1051,7 +1051,7 @@ static int RunServer()
} }
nng_free(in, in_len); nng_free(in, in_len);
} }
lIsRunning = false; RpcStopServer();
LOG_DEBUG("Leave RunServer"); LOG_DEBUG("Leave RunServer");
return rv; return rv;
} }