Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Re: Partial messages problem with Java non-blocking socket communication

    Hard to tell what is happening from here.
    Good luck with the project.
  2. Re: Partial messages problem with Java non-blocking socket communication

    Sorry, I've no idea about how your programs work.
    What are in the additional 1476 bytes that machine B reads?
    Does it show any relationship to the 6526 bytes sent earlier?
  3. Re: Partial messages problem with Java non-blocking socket communication

    Can you dump for viewing the records with missing/extra data to see what is happening?
    how do you know that "messages can not be received completely"?
    Would bad data in the middle or extra data in...
  4. Re: Partial messages problem with Java non-blocking socket communication

    Your posted error message says that there is a missing tag in the data.
    Was the tag in the data being sent?
    If it was, can you look at the received data and see what is missing? Or what was extra...
  5. Re: Partial messages problem with Java non-blocking socket communication

    Can you post the full text of the message so we can research it?
    Who generates the message?


    Can you give me the class/method for a java non-blocking socke?



    rbuf.get(b, 0, n);...
Results 1 to 5 of 5