[Modify] Replace it

This commit is contained in:
sta 2021-02-20 21:37:54 +09:00
parent 319564a1fb
commit 1d20168915

View File

@ -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);