M Mike1970 Well-Known Member Licensed User Longtime User Apr 13, 2020 #1 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 B4X: UDPSocket1.Initialize("UDP", 0, 2048) in the "Application_Start" sub instead of putting it in the function that sends the message. Last edited: Apr 13, 2020
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 B4X: UDPSocket1.Initialize("UDP", 0, 2048) in the "Application_Start" sub instead of putting it in the function that sends the message.