Arnim Balzer

Results 14 comments of Arnim Balzer

We have just found the exact same behaviour in our code using Req/Rep with czmq. This behaviour should be a big, shouldn’t it?

Having read more and looking at the description of the ZMQ_CONFLATE socket options, it seems it is expected behaviour that the socket just accepts messages under the hood until they...

The documentation should be more explicit about that behaviour, I agree

Hi, I can reproduce the issue with the CXX standard if the default system compiler is used (I had used brew llvm and that was hiding the issue). I have...

hm, I have attached my full build log below. The resulting test.py is not segfaulting. Any chance you can compare the output and maybe send a backtrace from lldb? ```...

Could you try updating the pybind11 version to 2.13.1 (if you haven't got it installed on the OS directly) and see if that helps with the segfault? It's defined in...

Just to say I am seeing the same issue, where a Protobuf Message stored in an Any field cannot be unpacked properly anymore. For me `SerializeAsString` results in an empty...

> Is this specific to just `Any`? Would it happen with user-defined messages? What about other built-in messages, like some of the messages from `descriptor.proto`? Is this only with `string`...