【发布时间】:2018-05-08 19:17:18
【问题描述】:
我在使用 iOS 模拟器和 RN 0.49.5 的 Chrome 和 React Native Debugger 中的调试器网络窗格中看到了这个无限循环。
它基本上显示并不断增加名称为callbacks_poll 的网络请求。我什至在从我的主 App 文件返回 null 时看到它们。尝试清除缓存、重置模拟器、硬重启等。知道如何停止吗?
【问题讨论】:
-
与此同时,我发现问题在 XCode 中通过这条消息
nw_connection_get_connected_socketConnection has no connected handler表现出来。而且我不是唯一一个:github.com/facebook/react-native/issues/10027
标签: react-native react-native-debugger