catch SocketException

This commit is contained in:
Luke Pulverenti 2016-02-22 23:20:58 -05:00
parent 34ff78d3a0
commit a5b5bbb26c

View file

@ -592,6 +592,10 @@ namespace MediaBrowser.Dlna.Ssdp
catch (ObjectDisposedException)
{
}
catch (SocketException)
{
}
}
}