Hi! I want to run the first deployment over net. I successfully pass quick start example for local approach Run Flower with the Deployment Engine - Flower Framework
But now Im struggling with network setup. My primitive set up is PC1 for server and client1, PC2 for client2. I do understand that these magic addresses mean something, but not really what exactly.
I start my server by flower-superlink --insecure, I can connect client1 to net. But client2 saying port sever address my_ip:9095 is already in use. I didn use 9095 port on server side, lsof return nothing.
Hi @smartes , Am I understanding correctly that you tried to start the client2 (the 2nd SuperNode) on a separate PC2, but failed due to address being in use? If so, though I am less sure why the port was taken, I believe you could set the ClientAppIo API address to a different port via --clientappio-api-address localhost:<any-port-you-like>. FYI, the SuperNode hosts a ClientAppIo API server so the spawned ClientApp processes can connect to.