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

[REBOL] Re: Async Question

From: charles::wardell::dendrite::com at: 16-Nov-2004 12:51

Anton, Thank you for the example code. I see that it is working so I do not have any real issues. I did separate the code into client and server pieces and was just wondering why I would be receiving: the invalid argument: async-modes? Client state: connect Client: connected to server Client: sending message... the-message: "Howdy" Client: Message sent. ** Script Error: Invalid argument: async-modes ** Near: sset-modes port [async-modes: none] if port/scheme
>> Client state: write
If you could shed some light on this, that would be great..