fix: stop token으로 변경되어 필요없는 flag 제거
This commit is contained in:
parent
e9209b54cf
commit
9f5fe4ede7
2 changed files with 1 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue