Using Fiddler with SignalR - MrAntix/SignalR GitHub Wiki
When using Fiddler with SignalR, make sure you click the Stream button. If you don't the streaming transports won't work and it will fall back to longPolling (it takes abut 3-5 seconds to fallback). This applies to the forever frame and server sent events transport.