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