setTimeout is clamped down to 4ms and even more when tab is hidden.
I saw some old PR attempt at using Observer PostMessage immidate and other but you still use setTimeout and that came back and bite us when transferring data webtorrent/webtorrent#1568
Could you look into using something faster then setTimeout?
setTimeoutis clamped down to 4ms and even more when tab is hidden.I saw some old PR attempt at using Observer PostMessage immidate and other but you still use
setTimeoutand that came back and bite us when transferring data webtorrent/webtorrent#1568Could you look into using something faster then setTimeout?