Relative Content

Tag Archive for asp.net-coreazure-functionssignalrasp.net-core-signalrazure-signalr

Azure SignalR Service – Receiving Logs in Console Applications

I’m working on a project where I need to pass logs from one console application to another using Azure SignalR Service. I have three components: a sender console app, a receiver console app, and an Azure Function that directly connects to SignalR. The sender app successfully connects to SignalR, but I’m not receiving any logs in the receiver app, and the Azure SignalR portal shows zero messages and outbound traffic.