Re: [twsocket] Problem with lost TCP IP messages

2012-07-30 Thread Angus Robertson - Magenta Systems Ltd
With a sniffer I can see that all 8 messages are coming from the remote device, but twsocket misses some. Sockets send a stream of data, which is error corrected to ensure nothing is corrupted or missing. If you are missing bits of that stream, the error must be in the way you removing data

Re: [twsocket] Problem with lost TCP IP messages

2012-07-30 Thread Alex Greenspan
Thanks Angus, Yes, I'm focused on the way that I am decoding the stream from the receive function. It's possible that I'm getting multiple messages at once and not realizing it. I've also had applications running for months without seeing this issue. It's curious how this happens at one site and