SignalR .NET 6 Azure Functions Isolated Return HttpResponseData instead of SignalRMessageAction
I have a function that is used to store data. This data is monitored in a frontend and when there is new data, I want to notify my frontend about that. I have achieved that by using SignalR, which to…