Discovery Client: Do not attempt to "refresh" MDNS advertising status of a given robot #5985
Labels
app
Affects the `app` project
bug
robot-svcs
Falls under the purview of the Robot Services squad (formerly CPX, Core Platform Experience).
Milestone
overview
The discovery client does this weird thing where it periodically tries to wipe out whether or not a given robot is actively advertising on MDNS and then re-queries, trying to fill that state back out. It doesn't work and mostly just leads to confusing (and wrong) warning messages in the app about "your robot is advertising its IP address but not responding to requests".
We should cut our losses and remove that weird refresh. Moving forward, the discovery client's
advertising
flag will simply mean "we have received an MDNS advertisement from this robot during this boot of the app/discovery-client".acceptance critiera
client._rediscover
The text was updated successfully, but these errors were encountered: