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
I want to handle exception from any method of Hub onto one single location as we can do that via app.UseExceptionHandler in webapi. Is there any way to do this in signalr .net core?
I tried with GlobalHost.HubPipeline.AddModule(new ErrorHandlingPipelineModule()); but via this also exception is not getting handled.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: c9bc1072-be2c-94f6-49bf-daa9e97dff2d
Version Independent ID: 36052173-7061-6d01-8aed-915685cd7cf6
I want to handle exception from any method of Hub onto one single location as we can do that via app.UseExceptionHandler in webapi. Is there any way to do this in signalr .net core?
I tried with GlobalHost.HubPipeline.AddModule(new ErrorHandlingPipelineModule()); but via this also exception is not getting handled.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: