[Modify] Replace it
This commit is contained in:
parent
319564a1fb
commit
1d20168915
@ -119,7 +119,7 @@ namespace WebSocketSharp.Net
|
|||||||
base.BeginRead (ares.Buffer, ares.Offset, ares.Count, onRead, rstate);
|
base.BeginRead (ares.Buffer, ares.Offset, ares.Count, onRead, rstate);
|
||||||
}
|
}
|
||||||
catch (Exception ex) {
|
catch (Exception ex) {
|
||||||
_context.ErrorMessage = ex.Message;
|
_context.ErrorMessage = "I/O operation aborted";
|
||||||
_context.SendError ();
|
_context.SendError ();
|
||||||
|
|
||||||
ares.Complete (ex);
|
ares.Complete (ex);
|
||||||
|
Loading…
Reference in New Issue
Block a user