Re: [zeromq-dev] Assertion in mailbox.cpp:78 on Windows when increasing the number of clients

2011-03-05 Thread Pieter Hintjens
On Sat, Mar 5, 2011 at 9:34 AM, Baptiste Lepilleur wrote: > I'm already using 2.1.1 (I saw the mailbox fix and jumped on it): > But this does not change anything... Am I doing it wrong? Baptiste, Sorry, I missed that. It looks like there is another problem, still present in 2.1.1. Could you mak

Re: [zeromq-dev] Assertion in mailbox.cpp:78 on Windows when increasing the number of clients

2011-03-05 Thread Baptiste Lepilleur
I'm already using 2.1.1 (I saw the mailbox fix and jumped on it): >>> import zmq >>> zmq.pyzmq_version() '2.1.1' >>> zmq.zmq_version() '2.1.1' I tried setting the identity on the client side in client.py: socket = context.socket(zmq.REQ) socket.setsockopt(zmq.IDENTITY, str(time()).encode('utf-8'

Re: [zeromq-dev] Assertion in mailbox.cpp:78 on Windows when increasing the number of clients

2011-03-04 Thread Pieter Hintjens
Hi, This has been fixed in 2.1.1. It is provoked by clients using the same identity. -Pieter On 5 Mar 2011 00:17, "Baptiste Lepilleur" wrote: > Hi, > I just started playing around with pyzmq examples, and I systematically run > into the following assertion on the server whenever I increase the n

[zeromq-dev] Assertion in mailbox.cpp:78 on Windows when increasing the number of clients

2011-03-04 Thread Baptiste Lepilleur
Hi, I just started playing around with pyzmq examples, and I systematically run into the following assertion on the server whenever I increase the number of clients. --- python server.py Server 7712 Assertion failed: nbytes == sizeof (command_t) (..\..\..\src\mailbox.cpp:78) This application has