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

[REBOL] Re: Detecting connection closed.

From: rotenca:telvia:it at: 11-May-2004 22:13

Hi,
> Is there any way (without using 'wait) to datect if a tcp connection has > been closed? If I try to 'insert into a port that has been closed by the > peer it won't generate an error or anything. Ideas?
Try: set-modes port [no-wait: true] none? copy port --- Ciao Romano