jeroen / mongolite

Fast and Simple MongoDB Client for R
https://jeroen.github.io/mongolite/
286 stars 65 forks source link

No error on broken connection #123

Closed jeroen closed 6 years ago

jeroen commented 6 years ago

If the connection with the server is broken (e.g. due to internet outage) sometimes we do not get the proper error but just on results:

> out = con$find()
> out
data frame with 0 columns and 0 rows