forked from External/mage
Improved server's reconnection and drafts stability:
* draft: fixed miss or empty draft panels on reconnect; * draft: fixed tourney freezes for richman drafts on disconnects; * draft: fixed tourney freezes on rare use cases with bad connection;
This commit is contained in:
parent
5e27be4dfa
commit
30d44ce869
17 changed files with 201 additions and 133 deletions
|
|
@ -401,7 +401,8 @@
|
|||
}
|
||||
|
||||
if (!draftBooster.isEmptyGrid()) {
|
||||
SessionHandler.setBoosterLoaded(draftId); // confirm to the server that the booster has been successfully loaded, otherwise the server will re-send the booster
|
||||
// confirm to the server that the booster has been successfully loaded, otherwise the server will re-send the booster
|
||||
SessionHandler.setBoosterLoaded(draftId);
|
||||
|
||||
if (pickNo != protectionPickNo && !protectionTimer.isRunning()) {
|
||||
// Restart the protection timer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue