[Modify] Replace it
This commit is contained in:
parent
40abc9b7f2
commit
df8b31fcaf
@ -831,7 +831,7 @@ namespace WebSocketSharp.Net
|
||||
if (!ares.IsCompleted)
|
||||
ares.AsyncWaitHandle.WaitOne ();
|
||||
|
||||
return ares.GetContext (); // This may throw an exception.
|
||||
return ares.Context;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user