You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the events are beeing handled in the blazor pages it sometimes happens that the page is closed the moment the event is being handled. This causes a ObjectDisposedException.
This is away to prevent most of the errors:
But of course sometimes it happens a couple of milliseconds later and it happens anyway.
Could you add a middleware so i can build a try catch around the handling of the requests?
Workarounds could also be:
Building my own extension method on the courier and make a decorator.
Use the Mediatr pipeline.
But it feels like the courier package is the place it should be. What do you think?
The text was updated successfully, but these errors were encountered:
Hi,
When the events are beeing handled in the blazor pages it sometimes happens that the page is closed the moment the event is being handled. This causes a ObjectDisposedException.
This is away to prevent most of the errors:
But of course sometimes it happens a couple of milliseconds later and it happens anyway.
Could you add a middleware so i can build a try catch around the handling of the requests?
Workarounds could also be:
But it feels like the courier package is the place it should be. What do you think?
The text was updated successfully, but these errors were encountered: