Szekely Gyorgy

Results 5 comments of Szekely Gyorgy

Hi, This MR has been open for a while. Does it need improvement? Or do you have any concerns that I can address?

In my projects I use both MsgPack to serizalize/deserialize objects with MSGPACK_DEFINE_MAP and Cereal to/from JSON. Cereal supports non-intrusive serialization functions and I found it to be very practical: -...

Ok, indeed it is possible to write serialization functionality in a non-intrusive way, but as I see the whole purpose of MSGPACK_DEFINE_MAP is to generate this (non-trivial) boilerplate for me....

As far as I know the ZMQ monitor API is asynchronous (not synchronized to the socket activity it's monitoring), and it is intended for diagnostic purposes only. If you really...

Hi Guys, I just got the same error: Unknown error (0x80) in a different context. Do you have any clue where 0x80 comes from? As I see JZMQ code ZMQException...