Lots of Hangfire attempts to solve the lock issue. Not sure how to fix it. Added some APIs for streams.
This commit is contained in:
parent
bb0a59448f
commit
fad4ca4414
10 changed files with 89 additions and 28 deletions
|
|
@ -25,6 +25,7 @@ namespace API.Middleware
|
|||
|
||||
public async Task InvokeAsync(HttpContext context)
|
||||
{
|
||||
// BUG: I think Hangfire timeouts are triggering the middleware to hijack an API call
|
||||
try
|
||||
{
|
||||
await _next(context); // downstream middlewares or http call
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue