Browse Source

removed object disposed catch

LukePulverenti 12 years ago
parent
commit
f9e760cd90
1 changed files with 0 additions and 4 deletions
  1. 0 4
      MediaBrowser.Common/Net/BasePeriodicWebSocketListener.cs

+ 0 - 4
MediaBrowser.Common/Net/BasePeriodicWebSocketListener.cs

@@ -149,10 +149,6 @@ namespace MediaBrowser.Common.Net
 
 
                 tuple.Item5.Release();
                 tuple.Item5.Release();
             }
             }
-            catch (ObjectDisposedException)
-            {
-                // Socket has already been disposed
-            }
             catch (OperationCanceledException)
             catch (OperationCanceledException)
             {
             {
                 if (tuple.Item2.IsCancellationRequested)
                 if (tuple.Item2.IsCancellationRequested)