Hi,
I tried to update sub-document using my node application but actually it is updating document in a loop, so unable to update all fields.
out of 20 fields , it is updating for 17 or sometimes 18 fields.
Do I need to implement locking machanism for this?
But not sure how to lock and unlock document using nodejs?