Matej Kenda
Matej Kenda
@aleks-f, we will transition to newer Linux distributions until end of this year and we'll also need this. Yes, I can help.
Relevant obsolescence page: https://www.mongodb.com/docs/manual/reference/mongodb-wire-protocol/#legacy-opcodes
Mongo DB introduced `OP_MSG` that replaces other messages in version 3.6, current version is 6.0. Versions older than 3.6 are not supported anymore. @aleks-f, is it expected that Poco::MongoDB shall...
Is this solved with #4311, perhaps?
Reported problem was fixed with one of the changes for release 1.13. Added test case for this situation.
There are more issues when trying to compile code from latest devel (pre-1.13) with emscripten. emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.5 () ``` [ 20%] Building...
Initially reported issue with double conversion was fixed in 1.12 (commit d294391c94ea0f0c31bdc2ba71d0c9d1035792f7). Other issues are being resolved for release 1.13.
Created PR #4318.
@aleks-f , as far as I can see from the code, the timeout is used in `receiveBytes`/`sendBytes` and then again on failure in `mustRetry` as an argument to `poll`. One...
> Hi, Is this issue fixed for linux platform and if yes which version ? @preranamkhare, do you get this issue in Linux. It was reported for Windows.