fix compile error #4

Merged
tqcq merged 13 commits from feat/support_fiber into master 2024-07-08 17:53:24 +08:00
Showing only changes of commit dc88d60c16 - Show all commits

View File

@ -267,6 +267,10 @@ public:
for (auto &&c : clients_) {
c->Stop();
}
for (auto &&c : clients_) {
c.reset();
}
}
private: