[Modify] Replace it
This commit is contained in:
parent
c11fc49d51
commit
03622c3066
@ -1106,13 +1106,7 @@ namespace WebSocketSharp.Server
|
||||
/// </param>
|
||||
public bool RemoveWebSocketService (string path)
|
||||
{
|
||||
string msg;
|
||||
if (!checkServicePath (path, out msg)) {
|
||||
_log.Error (msg);
|
||||
return false;
|
||||
}
|
||||
|
||||
return _services.Remove (path);
|
||||
return _services.RemoveService (path);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user