The throttledConnection param is useful for helping to get
around browser connection limitations.
If the user opens a bunch of tabs, these long standing
connections can hit the per-host connection limit, breaking
navigation until the connection times out.
The throttle option sets a long retry period and polls
instead of waits. This sucks, but sucks less than your whole
site hanging because the browser is queuing your connections!
The throttledConnection param is useful for helping to get around browser connection limitations. If the user opens a bunch of tabs, these long standing connections can hit the per-host connection limit, breaking navigation until the connection times out. The throttle option sets a long retry period and polls instead of waits. This sucks, but sucks less than your whole site hanging because the browser is queuing your connections!