TimingPipeFlusher.FlushAsync Kestrel exception running inside Aspire with Orleans #60825
Open
1 task done
Labels
area-networking
Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
Is there an existing issue for this?
Describe the bug
I have many controllers running inside a DLL, one particular controller uses Orleans and persists to Redis.
I keep getting FlushAsync exceptions only in API calls that involve Orleans, but these exceptions happen before it reaches the call to my code (somewhere inside the controller).
The methods all work - but now are 95% slower as several of the same exceptions are also raised when I try to access the Orleans' grains.
Any ideas?
My Aspire Program.cs:
My Program.cs:
My grain constructor:
message.txt
Expected Behavior
No exceptions
Exceptions (if any)
Attached
.NET Version
9.0.100-rc.2.24474.11
Anything else?
Nothing
The text was updated successfully, but these errors were encountered: