On 22 July 2013 15:06, Alexander Zhitlenok <[email protected]>wrote:
> All works fine, sometimes for hours, however at some unpredictable > moment we start receiving corrupted messages. After 4-5 corrupted messages, > our custom C# layer stops receiving messages. I’m not sure yet (still > testing) does Zmq Cpp-layer still receive messages or not? > > ** > > > Ideally it should not be corrupted messages from the wire as each packet is checksum verified. This leaves corruption in software and hardware. You really need to capture in parallel with other clients to narrow down the scope of corruption. The implication in your message is that multiple Windows machines are receiving and thus it is likely to be somewhere in the software stack. Preferably a capture of the wire traffic would be recommended to try replaying. -- Steve-o
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
