mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-14 00:05:03 -05:00
[web] slow 4.1.6 shutdown; request to cancel ws loop
This commit is contained in:
parent
92279ef33d
commit
f33ccb9238
@ -429,7 +429,6 @@ websocket(void *arg)
|
||||
#endif
|
||||
}
|
||||
|
||||
lws_context_destroy(context);
|
||||
pthread_exit(NULL);
|
||||
}
|
||||
|
||||
@ -541,9 +540,11 @@ websocket_deinit(void)
|
||||
return;
|
||||
|
||||
websocket_exit = true;
|
||||
lws_cancel_service(context);
|
||||
ret = pthread_join(tid_websocket, NULL);
|
||||
if (ret < 0)
|
||||
DPRINTF(E_LOG, L_WEB, "Error joining websocket thread (%d): %s\n", ret, strerror(ret));
|
||||
|
||||
lws_context_destroy(context);
|
||||
pthread_mutex_destroy(&websocket_write_event_lock);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user