5 Answer(s)
-
0
hi
The framework has fixed the above issues.
How can I reproduce the
ObjectDisposedExceptionwith 9.x template project?Thanks.
-
0
We have reviewed support cases #6280 and #5289 which describe identical issues. We've implemented the recommended workarounds: • Increased DisconnectedCircuitRetentionPeriod to 30 minutes • Increased DisconnectedCircuitMaxRetained to 1000 • Added circuit handler with ObjectDisposedException catching • Increased Hub timeout intervals However, our application is still experiencing fatal crashes (application process termination with IsTerminating: true). The exceptions are occurring on background threads from LeptonX theme component event handlers, NOT in the circuit inbound activity pipeline. Specific question: Are there any updates or patches since cases #6280 and #5289 were closed? Our crash pattern suggests the issue extends beyond what the circuit handler can catch.
-
0
hi
Thanks. Do you know how I can reproduce this exception?
-
0
On further investigation it seems it may be related to the Syncfusion Blazor Grid and Kanban components we are using. I will log a ticket with Syncfusion to see if it is a known issue for them.
-
0
ok, Thanks.
If you find a way to reproduce in abp template project, I will check it.
: )