-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
I'm having issues when trying to use Ocelot with .Net version 6 deployed on IIS 10.
Previously I used .Net 3.1 with Ocelot 16 and everything were fine, pages opened with expected delay, but after upgrading to .Net 6 usage of every version of Ocelot (16, 17, 18) resulted in extremely big delay:
Issue is happens periodically, after couple of requests to different endpoints behind Ocelot and persist only in chromium-based browsers (Chrome and Edge) and everything is fine in Firefox.
Ocelot itself does not log any errros and seems works fine but after a number of quick requests issue appears again and again.
IIS is configured according to Microsoft suggestions and best practices, like I have App Pool in AlwaysRunning Start mode, preload of site is enabled, etc.