wqyfavor commented on issue #2035: 想请教关于解决WeexSDK deadlock的思路 URL: https://github.com/apache/incubator-weex/issues/2035#issuecomment-458928916 WXJSCoreBridge在主线程释放会死锁是因为JSC里面的锁导致的,比如在主线程释放时进入了JSC的锁,但此时在js线程里有callNative什么的调用,就有可能死锁。现在WXJSCoreBridge也改到JS线程释放了。
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
