.NET Format Style Fixes

This commit is contained in:
chompDev
2025-07-16 10:34:34 +00:00
committed by Format Bot
parent 32510bd67f
commit 58068f7c6a
@@ -170,7 +170,7 @@ public class SptWebSocketConnectionHandler(
foreach (var sessionID in _sockets.Keys)
{
SendMessage(sessionID, output); // this currently serializes for every socket, might want to separate into sending already serialized data
}
}
}
}