kingpeter2015
Results
1
issues of
kingpeter2015
In [KickoffTest.cc](https://github.com/an-tao/trantor/blob/master/trantor/tests/KickoffTest.cc), a Tcpserver Object is created. I wanted to exit this server when there is no client connection. The following is my code: ```C++ int main() { /**** omit...