Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
equinoy 2026-07-15 14:37:15 -05:00 committed by equinoy
parent 2bc3e32301
commit 3e9f32c42e

View file

@ -190,6 +190,7 @@ namespace PepperDash.Essentials.Core.Web.RequestHandlers
if (Debug.WebsocketSink.HasActiveConnections)
{
Debug.LogMessage(LogEventLevel.Debug, "Debug websocket has active connections; keeping port forward");
StartPortForwardTimeout(port, csIp);
return;
}