ZLMediaKit / ZLToolKit

一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO
MIT License
1.94k stars 581 forks source link

About the issue of TcpServer actively exiting #224

Open liuchao412 opened 6 months ago

liuchao412 commented 6 months ago

Is there an interface for TcpServer to actively exit? I searched but couldn't find it. Do I need to modify the source code myself to implement it?

请问下TcpServer有主动退出的接口吗?找了下好像没有找到,请问下是不是要自己修改源码实现!

TRANS_BY_GITHUB_AI_ASSISTANT

xia-chu commented 6 months ago

Object destruction is enough.

对象析构就行了

TRANS_BY_GITHUB_AI_ASSISTANT