mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
stop websockets
This commit is contained in:
@@ -57,6 +57,7 @@ namespace i2p
|
|||||||
|
|
||||||
void Stop() {
|
void Stop() {
|
||||||
m_run = false;
|
m_run = false;
|
||||||
|
m_server.stop();
|
||||||
if(m_thread) {
|
if(m_thread) {
|
||||||
m_thread->join();
|
m_thread->join();
|
||||||
delete m_thread;
|
delete m_thread;
|
||||||
|
|||||||
Reference in New Issue
Block a user