switch drivers? #128
Unanswered
davidroberthoare
asked this question in
Q&A
Replies: 1 comment
-
You should be able to stop it with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello - thanks for a great package!
I'm building a simple lighting board app in electron. I can successfully choose either the null, or an enttec-usb-dmx-pro driver at startup.
However, if I try to switch between the drivers while the program is running, I end up with 2 universes...
ex.
In the console I can see that the null device is still running and logging buffer output, but the new enttec is also working...
What would be the proper way to stop/remove/destroy the previous universe and start a new one?
Beta Was this translation helpful? Give feedback.
All reactions