↧
Answer by David for Asp.net Core + Hangfire ends up with closed or disposed...
Found my answer with the help of the post below. I had thought I had missed some Hangfire configuration. In fact I made this change OLD public async void ProcessPostedData(Guid submitId, int retry = 0)...
View ArticleAsp.net Core + Hangfire ends up with closed or disposed connection
I am using latest Hangfire v1.6 with an asp.net core 2.1 site. I am using Entity Framework core 2.1 I submit a job to hangfire but I am ending up with errors like my connection is closed or has been...
View Article