[zeromq-dev] Threads & socket_monitor
Pieter Hintjens
ph at imatix.com
Thu Feb 21 16:28:09 CET 2013
You're not connecting the REQ socket:
rc = zmq_connect (req, "tcp://127.0.0.1:5560");
-Pieter
On Wed, Feb 20, 2013 at 6:45 PM, Eric Robert <eric at datacratic.com> wrote:
> There you go :)
> http://paste.ubuntu.com/1691357/
>
>
> Éric
>
>
> On Wed, Feb 20, 2013 at 12:33 PM, Pieter Hintjens <ph at imatix.com> wrote:
>>
>> Eric.
>>
>> Could you make a minimal test case perhaps, stripping out every line
>> that isn't actually needed to reproduce the case? Thanks.
>>
>> -Pieter
>>
>> On Wed, Feb 20, 2013 at 6:16 PM, Eric Robert <eric at datacratic.com> wrote:
>> > Hi,
>> >
>> > My first posting on zeromq :)
>> >
>> > I am trying to debug a situation where the socket and its monitor are
>> > created and used on the same thread. It seems to stay stuck when I send
>> > something on the monitored socket. Is that expected?
>> >
>> > I reproduced the situation (see req3 and sm3) inside the test_monitor
>> > here:
>> > http://paste.ubuntu.com/1691261/
>> >
>> >
>> > Thanks!
>> >
>> >
>> > Éric
>> >
>> > _______________________________________________
>> > zeromq-dev mailing list
>> > zeromq-dev at lists.zeromq.org
>> > http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>> >
>> _______________________________________________
>> zeromq-dev mailing list
>> zeromq-dev at lists.zeromq.org
>> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
>
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
More information about the zeromq-dev
mailing list