Possible double initialization of a Layer in `Layer` construction
Is it possible that somehow a
I see "Preparing" twice! Is it possible that
Layer is initialized twice? I have my own ManagedRuntime that I only construct once, and all my services are also only constructed once (in theory) but somehow I can see that a make function is called twice:I see "Preparing" twice! Is it possible that
setTimeout somehow interferes with effect? I'm using setTimeout to call a function repeatedly that uses this service (and the runtime)