You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey Marius,
Thanks for your hard work on this awesome library. I have a couple projects that use your package but I get an error that the port is taken when I spin up another project using the same package.
When I change the port in Client.init(), it starts fine but never receives any messages or events. Can only one instance consume messages from the bulbs on port 56700?
The text was updated successfully, but these errors were encountered:
weedgrease
changed the title
Multiple node-lifx client instances on the same network
Multiple node-lifx client instances on the same ip address
Dec 4, 2016
Hey,
a instance of the library does take control over the lifx port 567000, which cannot be done twice correct. In order to archive multiple instances there must be some abstraction layer on top of this module, but this is out of the range of this module I think.
Hey Marius,
Thanks for your hard work on this awesome library. I have a couple projects that use your package but I get an error that the port is taken when I spin up another project using the same package.
When I change the port in
Client.init()
, it starts fine but never receives any messages or events. Can only one instance consume messages from the bulbs on port 56700?The text was updated successfully, but these errors were encountered: