Hello,
I just found out about Hangfire and I am wondering if I could use it in my application.
I have a Windows 10 Enterprise machine that processes real-time telemetry data and stores this data in a SQL Server 2016 database. Currently, a process detects a change to a table and it sends a simple text string to each iPhone/iPad client. The string looks like:
0.74,0.61,0.95,0.95,True,81.84,18.49,5.88,0.43
I would like to rewrite the Apple clients to use SignalR to process the data sent from the server.
I am wondering if I could (or should) use Hangfire for this application?
Any comments or suggestion will be greatly appreciated.
Charles