parent
acd56acae3
commit
a8a342097e
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user