bmino/sparcPong

Profile: Delayed Score Update

bmino opened this issue · 1 comments

bmino commented

After resolving a challenge, the match history will update in real time, but the score will not always reflect new matches until the page is refreshed.

This is likely due to race conditions from the socket event callbacks in teamProfileController.js

bmino commented

Fixed by 49f091e