-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Description
I have two Speedtest()'s on the same page. The second test sometimes behaves strangely.
Are there global variables in speedtest_worker.js, maybe?
My server has two network cards, having two IP addresses. I set two backends, two virtual hosts, which actually serve the same files but from different IP addresses. I modified slightly speedtest.js (the released version) in order to have a single backend, one in each Speedtest() instance.
My server has two network cards, with two IP addresses. I've set up two backends, two virtual hosts, which actually serve the same files but from different IP addresses. I've slightly modified speedtest.js (the released version) to have a single backend, one for each Speedtest() instance. The first run on after reloading the page runs just fine. The second run often falters, irrespective of which backend is started first.