1 2018-02-09 07:05:08 <fnb_theory> does anyone have experience with zero mq?
 2 2018-02-09 07:06:43 <fnb_theory> what would cause zero mq to miss a transaction?
 3 2018-02-09 07:09:09 <fnb_theory> :/
 4 2018-02-09 07:09:27 <Randolf> Does the transaction appear on the blockchain?
 5 2018-02-09 07:11:29 <fnb_theory> yeah, it does. ZMQ has a counter which increments everytime it receives a tx. I've got some code listening to the TCP stream, but I've noticed that when a block comes into bitcoind, the counter skips a beat. I'm not sure if that is a problem with my code or if this is something that I am not understanding correctly with regards tot ZMQ.
 6 2018-02-09 07:11:34 <fnb_theory> https://github.com/bitcoin/bitcoin/blob/master/doc/zmq.md
 7 2018-02-09 07:26:14 <Randolf> Do you have some source code that you can share?
 8 2018-02-09 07:26:26 <Randolf> Or at least the relevant parts...
 9 2018-02-09 07:50:32 <fnb_theory> not at the moment, maybe a bit later. I think I may have some threads blocking the code reading the tcp stream. Gonna check that out, I just discovered that now.
10 2018-02-09 07:51:42 <Randolf> Okay.
11 2018-02-09 07:51:46 <Randolf> Good to get that resolved first.
12 2018-02-09 07:51:49 <Randolf> Good luck!
13 2018-02-09 07:52:43 <fnb_theory> thanks man, shot for your willingness to help!
14 2018-02-09 07:53:25 <Randolf> :)
15 2018-02-09 23:17:31 <ProfMac> I'm stuck.  I have a JSON object   Object result;  result.push_bask(Pair("answer", 42));   <magic to make it go to debug.log>
16 2018-02-09 23:17:51 <ProfMac> I can't seem to invoke write to deal with it at all.