mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Call SharpWebSocket's Closed event handler before disposing
This commit is contained in:
parent
588a13377c
commit
1ac282b12e
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue