diff --git a/examples/WebSockets.Server/Program.cs b/examples/WebSockets.Server/Program.cs index 1c08dc82..fa7b034a 100644 --- a/examples/WebSockets.Server/Program.cs +++ b/examples/WebSockets.Server/Program.cs @@ -153,7 +153,7 @@ async void DoBind() + $"://127.0.0.1:{port}/"); Console.WriteLine("Listening on " + $"{(ServerSettings.IsSsl ? "wss" : "ws")}" - + $"://127.0.0.1:{port}/websocket"); + + $"://127.0.0.1:{port}{websocketPath}"); Console.ReadLine(); await bootstrapChannel.CloseAsync();