What is the .NET template for a working ASP.NET Core 6 with SignalR and an Angular ClientApp that has a working WebSockets transport setup?
I can only get the ServerSideEvents transport to work.
dotnet new angular
doesn't have a working SignalR with websockets ...
I can add SignalR, but the websockets don't work