UDP-TCP-Flutter icon indicating copy to clipboard operation
UDP-TCP-Flutter copied to clipboard

not connecting server on IOS.

Open abenetsol opened this issue 4 years ago • 6 comments
trafficstars

error massage:
SocketException: Failed to create datagram socket (OS Error: Address already in use, errno = 48), address = 0.0.0.0, port = 7777

abenetsol avatar Dec 22 '20 15:12 abenetsol

i think u should change address and port

VNAPNIC avatar Dec 22 '20 15:12 VNAPNIC

i tried doing that can you give me example its not working on IOS.

abenetsol avatar Dec 22 '20 15:12 abenetsol

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.

VNAPNIC avatar Dec 22 '20 15:12 VNAPNIC

still doesn't work

abenetsol avatar Dec 22 '20 16:12 abenetsol

any other suggestions

abenetsol avatar Dec 22 '20 17:12 abenetsol

Facing the same issue @VNAPNIC

incrediblezayed avatar Oct 24 '22 15:10 incrediblezayed