zalmoxisus / remote-redux-devtools

Redux DevTools remotely.
http://zalmoxisus.github.io/monitoring/
MIT License
1.8k stars 138 forks source link

Remote debuging log another computer simulator #71

Open stefan0s opened 7 years ago

stefan0s commented 7 years ago

Hello,

We don't know if this is an issue, but we are having 2 pc on the same network (Win7 and a Mac). Both running the same application with remote-redux-devtools 0.5.0 and no special configuration on package.json. The strange thing is that when we have open from the win7 the debugger (http://localhost:8081/debugger-ui) we are catching all actions triggered from Macos Simulator!!

I really cannot understand that! Is this a configuration or something?

zalmoxisus commented 7 years ago

This is a feature not an issue 🙂

See the demo, you can not only log all remote instances, but also synchronize them.

When using remotedev.io, which is by default, you get all instances running on the same IP. If it's an issue for your use case, you can just run a local server instead.