mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Call SharpWebSocket's Closed event handler before disposing
This commit is contained in:
parent
588a13377c
commit
1ac282b12e
@ -90,6 +90,7 @@ namespace Emby.Server.Implementations.SocketSharp
|
||||
_webSocket.CloseAsync(WebSocketCloseStatus.NormalClosure, "Closed by client",
|
||||
CancellationToken.None);
|
||||
}
|
||||
Closed?.Invoke(this, EventArgs.Empty);
|
||||
}
|
||||
|
||||
_disposed = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user