maiuswong / simaware-express

SimAware on Express.js
GNU General Public License v3.0
25 stars 39 forks source link

Map occassionally does not load #100

Closed kenkam closed 8 months ago

kenkam commented 8 months ago

Sometimes variables are not available on initial load, because it is trying to access a variable that hasn't been initialized in an async method.

image

99 Fixes this

maiuswong commented 8 months ago

Merged

kenkam commented 8 months ago

@maiuswong I think fixing the awaits has made #103 appear, which is fixed by the #104 PR.