Orthocorp / orthoverse-avatars

0 stars 0 forks source link

Own name is marked as invalid on first load #48

Open kf106 opened 1 year ago

kf106 commented 1 year ago

I thought I had fixed this, but now I think there's a race condition between two components setting nameInvalid.

In summary - if the name found in the database is your own, your name should not be marked as invalid.

kf106 commented 1 year ago

Some times this works, and sometimes it doesn't, suggesting that there are two parallel processes and whichever one finishes last takes effect...