calumtomeny / quiz-master

A quiz app based on React and .NET core built for the web.
0 stars 0 forks source link

fix(webapp): added await on update DB for quiz end to fix race condition #180

Closed richielewis closed 3 years ago

richielewis commented 3 years ago

Fixed race condition where QuizMaster sends EndofQuiz message to participant before Quiz is updated as FInished in DB. This was preventing Question Summary from being displayed first time for participants

Fixes #159