chenshuo / muduo

Event-driven network library for multi-threaded Linux server in C++11
https://github.com/chenshuo/muduo
Other
14.7k stars 5.15k forks source link

当服务端快速重启时 客户端得链接判断链接还是建立的 #523

Closed xluckly closed 3 years ago

xluckly commented 3 years ago

当服务端快速重启时 connected()返回true 但是当前链接已经不可用了 怎么解决下

chenshuo commented 3 years ago

Close as dup of #524.