noflo / noflo-ui

NoFlo Development Environment
https://app.flowhub.io
MIT License
764 stars 174 forks source link

Fails to go to project mode second time for noflo-browser #748

Open jonnor opened 6 years ago

jonnor commented 6 years ago

To reproduce:

Expected: Connects to runtime in same way as first time, using WebRTC Actual: Does not connect over WebRTC. Instead a new noflo-browser iframe runtime is loaded

This only happens if the runtime ID is the same as one previously used. This leads me to believe that the connection details are being overwritten somewhere.

Workaround: Always generate a new runtime ID

jonnor commented 6 years ago

When specifying namespace also in runtime info, the problem seems to go away