Little problem with AsyncUdpSocket receiving data after connecting to broadcast instead of server

前端 未结 4 1121
天命终不由人
天命终不由人 2021-02-15 22:58

I have a problem with AsyncUdpSocket.

I used to connect to a server, send some data and get some response. Now since I do not know the actual address of the server I had

4条回答
  •  野性不改
    2021-02-15 23:43

    I could be completely crazy, but it seems like this is a standing issue with AsyncUdpSocket on iOS.

    There's several error reports similar and even identical to yours on their Google Code page; people have complained that they are unable to receive Udp packets after broadcasting, and in some cases, even at all.

    http://code.google.com/p/cocoaasyncsocket/issues/list?can=2&q=AsyncUdpSocket+receive

提交回复
热议问题