1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-18 20:59:57 +00:00

stop websockets

This commit is contained in:
Jeff Becker 2016-10-20 10:51:49 -04:00
parent 1a1d54387c
commit 34f090662a
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -57,6 +57,7 @@ namespace i2p
void Stop() {
m_run = false;
m_server.stop();
if(m_thread) {
m_thread->join();
delete m_thread;