Closed zippy closed 3 years ago
Well, it makes sense how you hooked it up. My guess would be either that
addAgentInfo
isn't actually working as intended, or that it takes time for the added agents to be recognized.
Oddly things seem to be working this morning. Very weird.
This PR adds
The key addition is a ScenarioApi helper function:
shareAllNodes
which takes a list ofPlayers
which will inform all the players in the list about all the other players, thereby removing the need for a bootstrap server and allowing them to communicate on the local network.