]> git.cworth.org Git - lmno-server/commitdiff
Don't let a new prompt get started when another is active
authorCarl Worth <cworth@cworth.org>
Tue, 9 Jun 2020 15:10:11 +0000 (08:10 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 9 Jun 2020 15:10:11 +0000 (08:10 -0700)
This avoids any negative side effect from a race condition where two
clients request a game to start within a short time window of each
other. When one prompt is active, the server will ignore any further
incoming requests to start a new prompt, (until the active one is
completed).


No differences found