Abdu Syahid

Show:

What's happening?

  • Followup: RE: stream DataAvailable ERROR

    Hi I use this component to send stream with multiple data. sometimes the stream not came immediate so you must wait for data to available to read. this is what I use in OnDataAvailable procedure: if AvailableToRead >= 4 then Socket.Read(iSize,4); if AvailableToRead >= iSize then Socket.Read(Buffer,iSize); sometimes AvailableToRead not fulfill iSize so create a tag...

    2009-05-12 07:26:39 UTC in Fundamentals Code Library

About Me

  • 2009-05-12 (6 months ago)
  • 2505464
  • abdusyahid (My Site)
  • Abdu Syahid

Send me a message