Debugging SignalR hang

前端 未结 2 1984
鱼传尺愫
鱼传尺愫 2021-01-20 09:30

Windows 7, SignalR2.

I have some HelloWorld SignalR code that works in one VS2013 project (Ie, my SignalR hello world playground).

When I add the same code

2条回答
  •  滥情空心
    2021-01-20 09:51

    We traced this problem back to Glimpse.ASPNet. It attaches itself to PreSendRequestHeaders. Therefore, if you use Glimpse.ASPNet with SignalR, you might find you get threads locking up "forever".

    Removing Glimpse.AspNet fixes the problem

提交回复
热议问题