@@ -244,6 +244,9 @@ namespace WebSocketSharp.Net
 | 
			
		||||
      try {
 | 
			
		||||
        sock = lsnr._socket.EndAccept (asyncResult);
 | 
			
		||||
      }
 | 
			
		||||
      catch (SocketException) {
 | 
			
		||||
        // TODO: Should log the error code when this class has a logging.
 | 
			
		||||
      }
 | 
			
		||||
      catch (ObjectDisposedException) {
 | 
			
		||||
        return;
 | 
			
		||||
      }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user