RootTheBox icon indicating copy to clipboard operation
RootTheBox copied to clipboard

Scoreboard is not updating

Open punitdarji opened this issue 3 years ago • 4 comments

I have observed that during production website, I have submitted 5 flags but not updating in real time.

punitdarji avatar Feb 18 '23 07:02 punitdarji

Sounds like a websocket issue. Anything in the webbrowser dev console? Make sure the origin is correct in config.

eljeffeg avatar Feb 18 '23 11:02 eljeffeg

Or probably part of the performance issue, which is beyond my skill set. Help is needed to properly asyc / thread db access. https://github.com/moloch--/RootTheBox/issues/522

eljeffeg avatar Feb 18 '23 13:02 eljeffeg

I created a new branch https://github.com/moloch--/RootTheBox/tree/multiprocessing_gamestate that reorganizes the scoreboard update slightly to hopefully perform a little better. My tests show it updating the scoreboard properly, but could use additional testing.

eljeffeg avatar Mar 13 '23 01:03 eljeffeg

The intent later is to readdress #522 if I can... but this is the first step.

eljeffeg avatar Mar 13 '23 01:03 eljeffeg