You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
require'socket'MULTICAST_ADDR="ff82::44:1202:901:222"PORT=3003socket=UDPSocket.new(Socket::AF_INET6)socket.setsockopt(:IPPROTO_IP,:IP_MULTICAST_TTL,1)socket.send('GO! GO NOW! DO IT!!!!',0,MULTICAST_ADDR,PORT)
The text was updated successfully, but these errors were encountered:
The sleep in a worker can be replaced with the following, which will stop sleeping when a UDP packet is received.
This can be triggered as follows.
The text was updated successfully, but these errors were encountered: