mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
base: Reset websocket server on unload
This commit is contained in:
parent
9577382780
commit
20de7409d8
@ -61,6 +61,7 @@ bool obs_module_load(void)
|
|||||||
void obs_module_unload()
|
void obs_module_unload()
|
||||||
{
|
{
|
||||||
_config.reset();
|
_config.reset();
|
||||||
|
_webSocketServer.reset();
|
||||||
blog(LOG_INFO, "Finished shutting down.");
|
blog(LOG_INFO, "Finished shutting down.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user