I have a current product that uses Hangfire and I would like to be able to enqueue a request in Hangfire from a Xamarin app. So far, there is 1 blocker to doing this. the Hangfire NuGet package depends on OWIN. I believe OWIN is only necessary for the Dashboard. I obviously don’t want to host the Dashboard on my Xamarin app. Does anyone know how I can make this work?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Hangfire without OWIN? | 0 | 1584 | April 28, 2016 | |
Installing Hangfire in non-OWIN environment | 3 | 5344 | June 30, 2014 | |
Using Hangfire in a self-hosted mono-based solution | 2 | 2463 | September 3, 2014 | |
Using Dashboard without Owin | 2 | 4028 | July 24, 2015 | |
How to config Hangfire with Asp.Net 5? | 23 | 19360 | March 28, 2017 |