Matej Kenda
Matej Kenda
Just as curiosity: GNU provides simpler way to get program name if _GNU_SOURCE is defined through a constant C string: ``` extern char *program_invocation_name; extern char *program_invocation_short_name; ``` https://man7.org/linux/man-pages/man3/program_invocation_name.3.html Linux,...
I started to work on this feature in the way that both old and new wire protocol are supported.
First batch of changes is available on branch https://github.com/matejk/poco/tree/gh-3484-mongodb-op_msg in case that someone in interested in providing early feedback.
Required functionality to support MongoDB 5.1 and newer is available on branch: https://github.com/matejk/poco/tree/gh-3484-mongodb-op_msg I tested it with MongoDB 6.0. @obiltschnig , @fbraem: IMO it would be great if someone would...
Will be fixed together with #3725.
> Still the issue in the latest version. Is there a simple workaround? 😐 @alexacidy, by inspecting code changes it seems that this problem was resolved in release 1.12 (#2352)....
Additional changes in handling timeouts were done in #3725.
Can't be reproduced anymore.
@bas524 , can you rebase on latest code on main branch, please?
PR #4613 was created from these changes. See details there. Closing this PR.