UDP-TCP-Flutter
UDP-TCP-Flutter copied to clipboard
not connecting server on IOS.
error massage:
SocketException: Failed to create datagram socket (OS Error: Address already in use, errno = 48), address = 0.0.0.0, port = 7777
i think u should change address and port
i tried doing that can you give me example its not working on IOS.
like that: 239.1.1.1:1421
For example, the group address is 239.1.1.1. Sender will send data to the destination address which is 239.1.1.1. Receiver will notify the network that it has received the data sent from the address 239.1.1.1. Receiver must "join" to the address 239.1.1.1.
still doesn't work
any other suggestions
Facing the same issue @VNAPNIC