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

[REBOL] Async:// loss of xml

From: tbrownell::veleng::com at: 5-Mar-2004 12:02

With other non async examples of using tcp, I was able to send the following xml tags to a client with no problem... <taga>some</taga><tagb>more</tagb> But now with async:// the string is arriving in it's entirety, but my client is choking on the second tag? Could this have something to do with binary? Terry