[Modify] Replace it
This commit is contained in:
parent
f574771724
commit
85ab9ccb54
@ -455,7 +455,7 @@ namespace WebSocketSharp.Net
|
||||
{
|
||||
_context.Listener = listener;
|
||||
|
||||
if (!_context.Authenticate ())
|
||||
if (!listener.AuthenticateContext (_context))
|
||||
return;
|
||||
|
||||
if (!_context.Register ()) {
|
||||
|
Loading…
Reference in New Issue
Block a user