[Modify] Replace it

This commit is contained in:
sta 2021-05-23 22:18:51 +09:00
parent 40abc9b7f2
commit df8b31fcaf

View File

@ -831,7 +831,7 @@ namespace WebSocketSharp.Net
if (!ares.IsCompleted) if (!ares.IsCompleted)
ares.AsyncWaitHandle.WaitOne (); ares.AsyncWaitHandle.WaitOne ();
return ares.GetContext (); // This may throw an exception. return ares.Context;
} }
/// <summary> /// <summary>