EventsSourcing-on-Azure-Functions
EventsSourcing-on-Azure-Functions copied to clipboard
[Example] Add SignalR ticker to Blazor
A version of the EventGridEcho function that sends the message out via SignalR so that we can have a "What's happening" ticker in the CloudBank Blazor UI..
See : https://devblogs.microsoft.com/aspnet/azure-signalr-service-now-supports-event-grid/
If SignalR hub set incorrectly we need to ignore rather than throw a System.Net.Sockets.SocketException ?
( No such host is known )
Additional reference for hooking up the front end: https://lgulliver.github.io/serverless-chat-with-blazor-webassembly/