UPDsocket recv without allocations?

Hello @Larbino1. I had this problem a while ago. I produced a hacked version of a function from Sockets.jl which worked ok but it still had problems with being interrupted by the garbage collector so in the end I used C++ via CxxWrap to do the UDP comms for my program. See here.