Behaviour is random, But when i do db.collName.remove() and
immediately after few insert is not working
It is not showing any error but from shell, find command returns no documents.
However after php insert's
var_dump($db->lastError()); returns below
{ ["n"]=> int(0) ["connectionId"]=> int(22) ["err"]=> NULL ["ok"]=> float(1) }
after few minutes the same code works fine (without any changes !!!)
Raxit
Raxit