danielxjean / EngLife

This repository will be used for our application named "EngLife" that will be completed for SOEN341.
0 stars 0 forks source link

Bug when following and unfollowing users #72

Closed purplesmurf1998 closed 4 years ago

purplesmurf1998 commented 4 years ago

I'm not sure if this is specific to group users, but there is a bug where the numFollowers and numFollowing isn't being updated properly. Going through the database I found users with multiple followers but not with the appropriate total number.

KevKevR commented 4 years ago

I imagine the issue is due to improper timing of operations (synchronization of critical section, ie follower counter). I've been making progress on fixing other similar issues on a branch.

KevKevR commented 4 years ago

closed by #83