Sergey Ivanov
Sergey Ivanov
@mhowlett , hello, were you asking (in #725. Unfortunately, the link to the wiki is dead. ) for a scenario when detecting connection failures would be appreciated? As I mentioned...
> why not just ignore messages conditional on `Message.Timestamp`? Yes, we can filter stale new data, but we cannot be sure that the latest processed data is still not stale,...
What is the scenario for memory leaking? When you're done with the producer, the handlers would go with it.
Unfortunately, I don't know. I empirically found out that it definitely fails on a string of the first seven high surrogates (integer codes: 55296, 55297, 55298, 55299, 55300, 55301, 55302):...
@nohwnd As I've mentioned above, it can be reproduced when using first seven high surrogates (no randomness at all). It can be also reproduced when using the seed of 1...
I tried randomly shuffling `char` sequnces and, yeap, now the tests fail like they should (tested on millions of inputs) without crashing.
> I'm getting slightly different error Can you share the test which leads to the error?
Also, IMHO, escaping is not an ideal way to go. Json defines strings as sequences of code points, while .Net code treats strings as sequences of code units. IMHO, .Net...
Downgrading the service to use `Mongo.Driver` 2.30.0 is a valid workaround.
I have the same issue. Did anyone happen to find out what could be wrong with the setup?