[Modify] Polish it
This commit is contained in:
@@ -1526,8 +1526,10 @@ namespace WebSocketSharp.Server
|
||||
)
|
||||
{
|
||||
IWebSocketSession session;
|
||||
|
||||
if (!TryGetSession (id, out session)) {
|
||||
var msg = "The session could not be found.";
|
||||
|
||||
throw new InvalidOperationException (msg);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user