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
To send a command the SDK needs a connected UdpSocket, which is maintained while a LightService is started (let lightService = LightService(lightsChangeDispatcher: changeDispatcher)
lightService.start()) or a subscription exists on UdpTransport (if you are maintaining your own Transport).
If no open UdpSocket exists, all commands will throw an TransportNotReady exception until a socket has been opened.
Another reason (apart from being disposed or not subscribed) would that the phone is not connected to a wifi network.
Everytime I try to setColorCommand fireAndForget I get error: TransportNotReady
Any ideas why do I get this error?
Thanks!
The text was updated successfully, but these errors were encountered: