BotManager can fail to call retire
Nessuno ha ancora preso questa issue.
- Lingua principale
- Java
- Stelle
- 1
- Fork
- 1
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
The BotManager can fail to call bots' retire method since the bot loop keeps waiting for a game tick data that never arrives.
I don't know if this happens in practice, but it looks possible from the code.
The BotManager should probably wait for all threads to join before returning from retire.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Direzione di ricerca
Locate BotManager and trace the retire path, the bot loop, and its wait for game tick data. Verify the behavior when no tick arrives, and consider completion to mean that every bot's retire method has been called and all related threads have joined before retire returns.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- java
- Ambito
- backend
- Tipo di issue
- Bug
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 45/100