POLIMI-FER-codebenders / tournament_app

Tournament app for Code Defenders made by student team of POLIMI and FER students
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Shouldn't send a score event if no score updates happened #79

Closed ricnava00 closed 1 year ago

ricnava00 commented 1 year ago

This happens in CD and cascades all the way down to the frontend (I think) The result is still correct since the new score is valid, but it's wasteful to send it if nothing changed

ricnava00 commented 1 year ago

The score events are always saved correctly, I probably missed the difference when I checked