Is it possible to receive UDP packets in a worker?
I'm looking at having some very small IoT devices send a UDP packet with some sensor data, and wondered if there is a way to receive that (and respond) in a worker (in rust if possible would be great)