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
If we keep a Dorita980 instance open, the app is apparently not able to communicate with Roomba. It suggests Roomba supports one connection at a time. Therefore we should reuse an existing connection, if possible, when trying to concurrently talk to Roomba.
Implement reference counting.
The text was updated successfully, but these errors were encountered:
Perhaps semantics, but worth clarifying, the robot can only support one local connection at a time. If Dorita980 is connected the app does falls back to cloud connection.
@rcoletti116 thank you. Right, and we don't have such a fallback mechanism, so I think reusing will be important if we have a situation where we are querying status and starting a clean at the same time.
If we keep a Dorita980 instance open, the app is apparently not able to communicate with Roomba. It suggests Roomba supports one connection at a time. Therefore we should reuse an existing connection, if possible, when trying to concurrently talk to Roomba.
Implement reference counting.
The text was updated successfully, but these errors were encountered: