Skip to content

Using fiddler with signalr

davidfowl edited this page Jul 11, 2012 · 1 revision

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.

Fiddler