Closed darrachequesne closed 7 years ago
Maybe some limitations around saucelabs OR ngrok actually. You should be able to maybe log a bit more info by digging into your node_modules, search for "browser error" and try to log more. Or see logs on saucelabs
It seems ngrok only accepts two tunnels by default, hence the ECONNREFUSED
. Thanks!
Hi! At
socket.io
we have tests for browser support, and sometimes some of them (apparenly randomly) do fail. By enabling debug withDEBUG=zuul*
, we got the following:Example here: https://travis-ci.org/socketio/engine.io-parser/jobs/169995051
What's weird is that the first test returns
undefined
, and then the following tests all fail withECONNREFUSED
.At first sight, it seems the tunnel is correctly re-initialized after each failure.. Maybe some rate-limitter from Saucelabs?
Setup: