wqyfavor commented on issue #2035: 想请教关于解决WeexSDK deadlock的思路 URL: https://github.com/apache/incubator-weex/issues/2035#issuecomment-458928621 WXThreadSafeMutableDictionary的removeObjectForKey引发死锁是因为在WXThreadSafeMutableDictionary的锁里面对象被释放,之后一些逻辑导致又调用到WXThreadSafeMutableDictionary的方法里了导致死锁。现在WXThreadSafeMutableDictionary里被移除的对象被临时变量持有一下,在锁外面释放了。
---------------------------------------------------------------- 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
