ctm / mb2-doc

Mb2, poker software
https://devctm.com
7 stars 2 forks source link

Late registration closed early #1245

Closed ctm closed 9 months ago

ctm commented 9 months ago

Figure out why jrx wasn't allowed to register during level 3.

jrx: no late reg available

The above was at 6:23 Mountain, here are some public lobby messages that might be relevant:

mb2=> select id, received_at at time zone 'mst', message from public_lobby_messages where id >= 229119 order by received_at;
...
 229119 | 2023-11-20 18:05:00.978701 | {"Started": [14, 4901]}
 229120 | 2023-11-20 18:05:00.983509 | {"TablesAdded": [4901, [5485]]}
 229121 | 2023-11-20 18:05:01.037825 | {"EventStatusChanged": [4901, "RegistrationAvailable"]}
 229122 | 2023-11-20 18:05:01.091416 | {"PlayersAdded": [5485, [3, 6, 16, 14, 11, 10]]}
...
 229124 | 2023-11-20 18:10:59.327082 | {"TablesAdded": [4901, [5486]]}
 229125 | 2023-11-20 18:10:59.343713 | {"PlayerRemoved": [5485, 14]}
 229126 | 2023-11-20 18:10:59.348052 | {"PlayersAdded": [5486, [14]]}
 229127 | 2023-11-20 18:10:59.364849 | {"PlayerRemoved": [5485, 11]}
 229128 | 2023-11-20 18:10:59.368711 | {"PlayersAdded": [5486, [11]]}
 229129 | 2023-11-20 18:10:59.401958 | {"PlayersAdded": [5486, [9]]}
...
 229136 | 2023-11-20 18:22:36.385776 | {"PlayerLoggedIn": 20}
 229137 | 2023-11-20 18:23:13.077093 | {"ChatMessage": [20, "no late reg available"]}
 229138 | 2023-11-20 18:24:48.568155 | {"ChatMessage": [11, "someone joined late to make the tables split"]}
 229139 | 2023-11-20 18:25:00.984326 | {"EventStatusChanged": [4901, "RegistrationClosed"]}

I did not clip out any relevant messages. Note, the only EventStatusChanged that came in was at 25 past the hour.

ctm commented 9 months ago

I was able to reproduce this locally. I expect to be able to fix it before this evening's game.

ctm commented 9 months ago

Fixed. Deploying now.