Re: [zeromq-dev] problem with czmq zloop timer

2013-09-10 Thread Pieter Hintjens
On Tue, Sep 10, 2013 at 1:36 PM, Chris Laws wrote: > My application is encapsulated within a struct that contains state, sockets, > etc which I think is a typical approach. Right. If you use the same reference for multiple timers, they're all going to be cancelled at the same time. The logic is

[zeromq-dev] problem with czmq zloop timer

2013-09-10 Thread Chris Laws
Hi list, I am developing applications using the czmq zmq binding. My application uses multiple timers to perform various time dependant actions. I am encountering issues when cancelling timers. My application is encapsulated within a struct that contains state, sockets, etc which I think is a typ