Merge pull request #9326 from ipitio/objdispex
This commit is contained in:
commit
3b0a182045
|
@ -163,6 +163,7 @@
|
|||
- [vgambier](https://github.com/vgambier)
|
||||
- [MinecraftPlaye](https://github.com/MinecraftPlaye)
|
||||
- [RealGreenDragon](https://github.com/RealGreenDragon)
|
||||
- [ipitio](https://github.com/ipitio)
|
||||
|
||||
# Emby Contributors
|
||||
|
||||
|
|
|
@ -232,6 +232,11 @@ namespace MediaBrowser.Controller.Net
|
|||
// TODO Investigate and properly fix.
|
||||
Logger.LogError(ex, "Object Disposed");
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
// TODO Investigate and properly fix.
|
||||
Logger.LogError(ex, "Error disposing websocket");
|
||||
}
|
||||
|
||||
lock (_activeConnections)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user