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
Yes, it is easily reproduced, after connecting to the cloud in KNoTCloudWebSocket, simply subscribe to the data event to notice the error.
Here's an example of where the error was noticed:
When a device publishes data items, the
data
event is received twice for each publication, with repeated information.e.g.
{from: '6e5a681b2ae7be40', payload: {sensorId: 2, value: 24}}
{from: '6e5a681b2ae7be40', payload: {sensorId: 2, value: 24}}
{from: '6e5a681b2ae7be40', payload: {sensorId: 1, value: true}}
{from: '6e5a681b2ae7be40', payload: {sensorId: 1, value: true}}
The text was updated successfully, but these errors were encountered: