Project

General

Profile

Websockets and long-polling seem unaffected by chromium timer throttling

Added by Bruce Toll about 3 years ago

As a follow-up note to issue #8136, it seems that the timers used with websockets and long-polling (enableUpdates without websockets) are unaffected by the issue reported in #8136. I just did some quick testing because it seems that my applications (which have websockets enabled) were not affected by the issue. I suspect that this is because the timers in these cases are set in response to an event other than a timer expiration.