[zeromq-dev] ZeroMQ Error when client starts first, server second.

Christian Kamm kamm at incasoftware.de
Sat Jul 27 07:31:07 CEST 2013


> [5100] TestDataAccess: ZMQServer: SendMore: 4461 4487 41481.286806 41481.293056 98.84000 98.70200
> [5100] TestDataAccess: ZMQServer: FinalSend: 4462 4466 41481.280556 41481.293056 98.84000 98.70200
> [5100] TestDataAccess: ZMQServer: Error In SendMore: Operation cannot be accomplished in current state
> [5776] SD_Client: Message: 0 1 41479.919444 41479.926389 100.29400 

That looks to me like you are trying to send a message part after the final part has been sent. That'd be consistent with the client actually getting the finished message and the error message you're getting.

I didn't see any synchronization in your code. Maybe another thread grows the DDV vector while the repose is being built?

Christian

Riskybiz <riskybizLive at live.com> wrote:

>_______________________________________________
>zeromq-dev mailing list
>zeromq-dev at lists.zeromq.org
>http://lists.zeromq.org/mailman/listinfo/zeromq-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20130727/745e24f8/attachment.htm>


More information about the zeromq-dev mailing list