microsoft / HoloJS

Provides a framework for creating holographic apps using JavaScript and WebGL.
MIT License
1.19k stars 114 forks source link

Possible race condition in promise completion #1

Closed MikeRiches closed 7 years ago

MikeRiches commented 7 years ago

Sometimes the picture does not show up, and you have to redeploy. This is suspected to be a race condition in the host library's code for completing promises.

Almost-Done commented 7 years ago

Seems to have been fixed. We'll reactive if needed.