pistreaming icon indicating copy to clipboard operation
pistreaming copied to clipboard

Script does not fully close on CTRL-C

Open rshom opened this issue 4 years ago • 0 comments

The script as it is now does not fully close. A thread named WebSocketManager is still running. I found that adding the command websocket_server.server_close() before websocket_server.shutdown() solves this issue.

rshom avatar Nov 21 '21 18:11 rshom