fix: stop token으로 변경되어 필요없는 flag 제거

This commit is contained in:
bumpsoo 2026-02-05 13:37:00 +00:00
parent e9209b54cf
commit 9f5fe4ede7
2 changed files with 1 additions and 4 deletions

View file

@ -44,7 +44,6 @@ protected:
std::string nickname_;
std::jthread receiveThread_;
std::atomic<bool> isRunning_{false};
void ReceiveLoop(std::stop_token stopToken);
void HandlePacket(const PacketHeader &header);