Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: waiting on tcp ports

From: antonr:lexicon at: 23-May-2004 1:39

You are assuming ready is one of the two ports, however, wait can return none! (when you get a 10 second timeout). So check that ready is really a port, like this: if port? ready [ ... ] Anton.