test(iis): wrapper test for ws

This commit is contained in:
2025-07-25 12:14:05 -05:00
parent 63c053b38c
commit 75c17d2065
2 changed files with 5 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ app.Use(async (context, next) =>
if (context.WebSockets.IsWebSocketRequest &&
context.Request.Path.StartsWithSegments("/lst/api/logger/logs"))
{
Console.WriteLine("WebSocket request received!");
try
{
var backendUri = new UriBuilder("ws", "localhost", 8080)