I am getting this MongoError:
No more documents in tailed cursor
Not sure what to do about it. I can't seem to capture it with
oplog.on('error')
the MongoError shows up as an uncaughtException. How can I prevent the error or trap the error? Seems like an unnecessary error..something like the stream ends if there are no more documents, but the stream should not end.
I am getting this MongoError:
No more documents in tailed cursor
Not sure what to do about it. I can't seem to capture it with
the MongoError shows up as an uncaughtException. How can I prevent the error or trap the error? Seems like an unnecessary error..something like the stream ends if there are no more documents, but the stream should not end.