[Modify] Remove it
This commit is contained in:
parent
3e6646f365
commit
f36083f8ff
@ -303,12 +303,8 @@ namespace WebSocketSharp.Net
|
|||||||
}
|
}
|
||||||
|
|
||||||
conn._contextBound = true;
|
conn._contextBound = true;
|
||||||
if (!lsnr.RegisterContext (conn._context)) {
|
if (!lsnr.RegisterContext (conn._context))
|
||||||
conn._contextBound = false;
|
conn._contextBound = false;
|
||||||
conn.close ();
|
|
||||||
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user