Trench-Wars / twcore

Trench Wars bot project
5 stars 1 forks source link

Hockeybot clashing with Distensionbot #82

Open connermcd opened 8 years ago

connermcd commented 8 years ago

Trac Ticket #1129 new defect

Reported by: Trancid Owned by: Trancid Component: Bots - HockeyBot Priority: normal Severity: major

Description:

We need to find a way to optimize how we send our packets or find another solution that will prevent the server from acting up or going into recycle when both the Hockeybot and the Distensionbot are active.

Initial investigations suggest that we are sending too many packets to the server when both these bots are actively running a game.

connermcd commented 8 years ago

qan> Can't remember: Did this one ever get resolved?

connermcd commented 8 years ago

qan> Needs testing. This may have been resolved by a recent changeset. CRe discovered a bug within Sender.java that was introduced awhile back, in which the bot will flood packets as long as the packet queue contains them. Rates still need to be adjusted, however, and the handling of in-game bots may still need improvement.