Closed qdot closed 3 years ago
Problem is here:
We spawn a new event stream listener every time we connect in a client, meaning multiple reconnections create multiple tasks, firing multiple events.
Fix is to just spin up the forwarder task on client construction.
Describe the bug
Expected behavior We should get one DeviceAdded message
Actual behavior We get repeated DeviceAdded messages for the same device.