I have an ASP.NET MVC 4 website that uses Mini Profiler. Just recently I've started using SignalR for the more interactive pages.
I've got an issue with the SignalR pages when they're open a long time. Mini Profiler frequently generates an arithmetic overflow error because of the large amount of time that the SignalR request has been open. I understand that it's possible for Mini Profiler to ignore SignalR requests MVC Mini Profiler Exception on MiniProfiler.Stop() .
However I'm still keen to analyse the performance of my individual SignalR actions within a request using Mini Profiler. Is there any way to do this?