Tom Randles

Results 5 comments of Tom Randles

Any updates on this issue? I had been looking for sample code of SignalR server running in a worker service. The goal was to decouple the backend service (continuous polling)...

The goal is to decouple the backend service (continuous polling app) from the web app ASP.NET infrastructure and run the backend service in a Windows service or a Linux daemon.

The backend polling I refer to hear is polling room sensor measurements. So the backend service does the following every minute: 1. Poll sensor measurement 2. Save result in DB...

These clients are connected from a standard ASP.NET Core web app (ObserveSensors Razor Page)

Yes, this is exactly what I need. I will investigate these options. I like the idea of a message queue / bus to send these measurement updates between the back-end...