I'm trying to run a scrappy bot with this package file on a local server with multiple other idle bots waiting.
package.json
The scrappy bot immediately challenged 5 of the waiting opponents, but wouldn't interact with any other opponents afterward unless they challenged the scrappy bot first. I expected the scrappy bot to keep challenging new opponents as it sees them.
This 5-challenge wall seems to stand whether the other idle opponents were already on the server, or if joined later, either all at once or one at a time. Even setting the "matches" parameter to a larger number had no effect.
How can I ensure that one bot stays up to challenge all opponents it sees?
I'm trying to run a scrappy bot with this package file on a local server with multiple other idle bots waiting.
package.json
The scrappy bot immediately challenged 5 of the waiting opponents, but wouldn't interact with any other opponents afterward unless they challenged the scrappy bot first. I expected the scrappy bot to keep challenging new opponents as it sees them.
This 5-challenge wall seems to stand whether the other idle opponents were already on the server, or if joined later, either all at once or one at a time. Even setting the "matches" parameter to a larger number had no effect.
How can I ensure that one bot stays up to challenge all opponents it sees?