O
Ole
Hi
I'm receiving data from another device that sends data in packages of 8000.
In my application I use this code to receive the data:
SizeReceived = MySocket.Receive(Buffer, 8000, SocketFlags.None);
But the receive-method sometimes returns after reading 4378 bytes?? Isn't it
so that the Socket.receive method should block until all the data is
received?
Thanks,
Ole
I'm receiving data from another device that sends data in packages of 8000.
In my application I use this code to receive the data:
SizeReceived = MySocket.Receive(Buffer, 8000, SocketFlags.None);
But the receive-method sometimes returns after reading 4378 bytes?? Isn't it
so that the Socket.receive method should block until all the data is
received?
Thanks,
Ole