RainwayApp / bug-tracker

Report all issues found with Rainway here, or make suggestions for new features. 🐜
https://rainway.io/
27 stars 3 forks source link

Missing id property in some server GUID entry, occasionally. #357

Closed FrobtheBuilder closed 4 years ago

FrobtheBuilder commented 4 years ago

Very infrequently, this exception will pop up and the server list won't display. image

Steps

What happens

image

What is expected

Host list to display.

Host

Pretty sure this is an Aqueduct issue, so I don't believe that's relevant in this instance. Either that or we're doing something very subtley wrong in the client somewhere.

FrobtheBuilder commented 4 years ago

Yep, this was a race condition in which the client would attempt to query hosts before the user info was available. Fixed.