mozilla / node-firefox

node.js modules for interacting with Firefox via the DevTools remote protocol
https://www.npmjs.org/package/firefox
Mozilla Public License 2.0
301 stars 18 forks source link

forward-ports and start-simulator conflict over port 8000 #41

Open wfwalker opened 9 years ago

wfwalker commented 9 years ago

Steps to reproduce:

startSimulator({ version: '2.0' }).then(function(simulator) {
    connect(simulator.port).then(function(client) {
        // do stuff
findDevices().then(forwardPorts).then(function(results) {
    connect(results[0].ports).then(function(client) {
        // do stuff
lmorchard commented 9 years ago

This should have been fixed with this PR: https://github.com/mozilla/node-firefox-start-simulator/pull/25

But, that wasn't published to npm. Having just done so, hopefully that fixed things.