Request Update in Dynamic Reconfigure Tutorial
In "Setting up Dynamic Reconfigure for a Node (Python") tutorial, on line 14 of server.py, "anonymous = True" should be removed so that the client in the next tutorial can find this server node to communicate.
I encountered this problem while going through the tutorial. I am just a beginner so if I make any mistake, feel free to correct me. Thanks!
I had a similar issue and removing "anonymous = True" resolved the issue. Should this be an expected outcome?