mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-24 01:46:36 +02:00
stop websockets
This commit is contained in:
parent
1a1d54387c
commit
34f090662a
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ namespace i2p
|
|||
|
||||
void Stop() {
|
||||
m_run = false;
|
||||
m_server.stop();
|
||||
if(m_thread) {
|
||||
m_thread->join();
|
||||
delete m_thread;
|
||||
|
|
Loading…
Add table
Reference in a new issue