Vivek Goel Mon, 22 Jul 2013 09:52:40 -0700
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