Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用GCDAsyncUdpSocket,它在 wifi 网络上运行良好
但是当我在 3g 网络中测试时,它似乎不起作用。
可以在 3G 网络中使用 GCDAsyncUdpSocket 吗?
是的,但这取决于您的网络提供商。大多数提供商不允许多播,有些则不允许 UDP。在您的情况下,这似乎是后者。