jpschewe / fll-sw

FIRST Lego League scoring software
http://jpschewe.github.io/fll-sw/
GNU General Public License v2.0
10 stars 7 forks source link

Refactor scoreboard and display updates to use a work queue #1102

Closed jpschewe closed 1 year ago

jpschewe commented 1 year ago

To avoid slowing down user browser requests, send messages to clients using a work queue in a different thread.