Closed blackspherefollower closed 5 years ago
In the Glitch example, the client is created and connected before the listeners are attached. This means that the 'DeviceAdded' message that come from the result of the 'RequestDeviceList' are missed, since there's no handler attached at that point.
Fixed.
In the Glitch example, the client is created and connected before the listeners are attached. This means that the 'DeviceAdded' message that come from the result of the 'RequestDeviceList' are missed, since there's no handler attached at that point.