After the mongo server restarted, the query result is wrong, because the mongo connecction pool can't reconnect to the server.
This problem is fixed by using mongo_cleanup_connection when there is a mongoc_cursor_error. I have verify it in my server.
After the mongo server restarted, the query result is wrong, because the mongo connecction pool can't reconnect to the server. This problem is fixed by using mongo_cleanup_connection when there is a mongoc_cursor_error. I have verify it in my server.
I have reported this problem in #57 . thx.