User-818370162 posted
So I have a similar question as in http://forums.asp.net/t/1940397.aspx?How+do+you+stop+restart+self+hosted+SignalR+properly+
But the fix doesn't work in my case.
I've described the issue here: http://stackoverflow.com/questions/26318118/signalr-self-host-restart-owin
Since this is happening in production, I thought to post it here as well.
In my case when I create a new DependecyResolver inside the HubConfiguration, my client never get's called.
If I create a new instance through GlobalHost.DependencyResolver = new DefaultDependencyResolver(); the clients are called twice.
If anyone has any suggestions that would be great.
Cheers,
nojaf