Refactored WebSocketServiceHost.cs
This commit is contained in:
@@ -694,7 +694,7 @@ namespace WebSocketSharp.Server
|
||||
if (!KeepClean)
|
||||
host.KeepClean = false;
|
||||
|
||||
_services.Add (host.ServicePath, host);
|
||||
_services.Add (host.Path, host);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user