Hi,
I am using C++ lib.
How to wait for server to TNonBlocking Server stop?

My current code is:

thread_manager_->stop();
server_->stop();
delete (server_)

But it crashes if one of the client is connected to the server.

regards
Vivek Goel

Reply via email to