mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-06-14 10:06:52 +02:00
don't process SSU messages after termination
This commit is contained in:
parent
da0b36cb91
commit
75a31c79ae
2 changed files with 8 additions and 7 deletions
|
@ -119,7 +119,7 @@ namespace transport
|
|||
};
|
||||
|
||||
bool m_OnlyV6;
|
||||
bool m_IsRunning;
|
||||
volatile bool m_IsRunning;
|
||||
std::thread * m_Thread, * m_ReceiversThread, * m_ReceiversThreadV6;
|
||||
boost::asio::io_service m_Service, m_ReceiversService, m_ReceiversServiceV6;
|
||||
boost::asio::io_service::work m_Work, m_ReceiversWork, m_ReceiversWorkV6;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue