Hi everyone, i'm using this tutorial to send udp packet,
everytime i send a packet in the log window appears many of this line:
Error reading packet (recvfrom)
even if i'm not receiving nothing
Someone of you know what it could be?
Thanks!
I solved by putting the
in the "Application_Start" sub instead of putting it in the function that sends the message.
everytime i send a packet in the log window appears many of this line:
Error reading packet (recvfrom)
even if i'm not receiving nothing
Someone of you know what it could be?
Thanks!
I solved by putting the
B4X:
UDPSocket1.Initialize("UDP", 0, 2048)
Last edited: