Perhaps the code that reads the bytes does not read all of the bytes. Sometimes you have to use several ‘read’ functions (especially in case of large buffers), even if the sender uses a single ‘write’ operation. Can you show some details about reading phase?
No comments:
Post a Comment