EventsSourcing-on-Azure-Functions icon indicating copy to clipboard operation
EventsSourcing-on-Azure-Functions copied to clipboard

[Example] Add SignalR ticker to Blazor

Open MerrionComputing opened this issue 5 years ago • 2 comments

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/

MerrionComputing avatar Feb 20 '20 13:02 MerrionComputing

If SignalR hub set incorrectly we need to ignore rather than throw a System.Net.Sockets.SocketException ? ( No such host is known )

MerrionComputing avatar Feb 21 '20 11:02 MerrionComputing

Additional reference for hooking up the front end: https://lgulliver.github.io/serverless-chat-with-blazor-webassembly/

MerrionComputing avatar Jan 07 '21 16:01 MerrionComputing