- udp-recv SOCKET LENGTHprocedure
Receive a packet of up to LENGTH bytes, blocking the current thread until data is available.
Returns two values: the number of bytes received and a string containing the message received.
Receive a packet of up to LENGTH bytes, blocking the current thread until data is available.
Returns two values: the number of bytes received and a string containing the message received.