[REBOL] Re: UDP Multicast to TCP
From: sqlab:gmx at: 18-Nov-2009 9:22
Hi Leon, you wait on a list of ports, but you feed only the first tcp port. You should insert your data in all connected tcp ports e.g. foreach port waitports [ if all [ port <> listen port <>inputmulticast ][ insert port datafromudp ] ] Of course, I assume that you wait on your udp port too The other way would be to use an awake function. AR On 18.11.2009 08:18, Leon Meyer wrote: