pavelgeiger

Results 4 comments of pavelgeiger

I have found that `RdKafka::Message` destructor is probably not thread safe. When I was destroying messages in different thread than the one in which they were created, rdkafka would hang...

Could someone please look into this? It prevents me from updating Uncrustify since 0.71.0.

Thanks @micheleCTDE When using uncrustify build from master (c62bc7ee08b2dc8d71e3e2c2012b0ece8323789f) and default config, I need to change only `nl_after_if` to `force` Expected output looks like this ``` #include std::optional foo(const bool...

0.71 works as expected. I used git bisect and it looks like commit 2748cfc041bc59c1de6389945dc0fb1b76c312e4 is the culprit