bug: Robot stops advertising itself when another device has the same name #10126
Labels
bug
robot-svcs
Falls under the purview of the Robot Services squad (formerly CPX, Core Platform Experience).
update server
Overview
If a robot has the same name as another device on the network, the robot will stop advertising itself to the Opentrons App and other users of our
discovery-client
.Steps to reproduce
dns-sd -B
should show them both.cd discovery-client && yarn discovery browse
) should show them both.foo
.POST
torobot_ip:31950/server/name {"name": "foo"}
with a tool likecurl
or Postman.foo
, also.Current behavior
dns-sd -B
will only show one of the robots.yarn discovery browse
will only show one of the robots.Expected behavior
Both robots should remain discoverable through the Opentrons App,
dns-sd
, andyarn discovery browse
.Bug details
_http._tcp
ones.)My Printer (2)
.The text was updated successfully, but these errors were encountered: