You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#758 introduced Function::make_callback which invokes ::node::MakeCallback. However, for the JSC implementation it uses a regular function call. This will cause React Native to hang in certain cases, leading us to ugly setTimeout hacks. We should fix this.
The text was updated successfully, but these errors were encountered:
#758 introduced
Function::make_callback
which invokes::node::MakeCallback
. However, for the JSC implementation it uses a regular function call. This will cause React Native to hang in certain cases, leading us to uglysetTimeout
hacks. We should fix this.The text was updated successfully, but these errors were encountered: