Rahul Lanjewar
Rahul Lanjewar
> This test does not expect anything, please add a check to the test Actually, the server itself crashes since we are not handling the error thrown inside `matchesKeyConstraints`. Which...
> I believe the test looks good now; do you have any suggestion for a fix? https://github.com/parse-community/parse-server/blob/2c2563ebd2ac5255b387296a563a34157ec076f5/src/LiveQuery/QueryTools.js#L226 this line should have optional chaining in my opinion
Yea even for me the updates are not atomic
> > Yea even for me the updates are not atomic > > Could you elaborate on this? The test passes. Can you provide an example? Yea i tried as...
Yea, increment ops in mongo are atomic. I had tested it before in my own infrastructure where i was using multiple instances. Currently I am occupied with something else, i'll...
@mtrezza I guess we should be adding default parameters here?
It should be classified as issue I think because we missed it during initial implementation
Server seems to be working fine. I needed to use a middleware, but due to the type of middleware being a function without any parameters, it was giving out an...
> Then this sounds like a feature request. Yea
@mtrezza any suggestions here? I can pick it up if required