JasonZhang
JasonZhang
Same Problem.
In my opinion, 'env lifetime means that scope needs a lifetime which equal or longer than 'env; and the closure's lifetime is just equal to 'env; So, it looks like...
After reading the vue official SSR chapter, I find that this project lacks of the activation of client side, and it might cause this issue, so I take a try...
+1 @SIN8023SIN
你好 ,您发给我的邮件我已经收到。
I guess that it only works for 'epoch' variable: ```rust self.epoch.store(new_epoch, Ordering::SeqCst); ``` But it also works other variables which adapt "Ordering::SeqCst" by using fence of "Ordering::SeqCst"
Yes, that part is really confused.It only tells us what event loop will do when there are no timers scheduled, but what's going on when there are some timers scheduled?...
This is caused by vue runtime, if we take a look at vue source code, you could read this: ```ts function resolveAsset(...) { ... else if (__DEV__) { warn( `resolve${capitalize(type.slice(0,...
I fix this issue on my own repo branch (https://github.com/zhangzhuang15/vue3-example-ssr/tree/jasonzhang-feature), you can take a try.
你好 ,您发给我的邮件我已经收到。