You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the package has no problem creating a new file in a directory on creation of the datastore object.
private static DataStore store = new DataStore($"{logLocation}\\{fileName}.json");
But if the modify permission is not given to that file on creation, the IDocumentCollection<Object>.InsertOne(Object) does not seem to timeout or error.
The text was updated successfully, but these errors were encountered:
TheZooKeeper
changed the title
Timeout/Error on file inaccessibility
No Timeout/Error on file inaccessibility
Jun 15, 2022
It looks like the package has no problem creating a new file in a directory on creation of the datastore object.
But if the modify permission is not given to that file on creation, the
IDocumentCollection<Object>.InsertOne(Object)
does not seem to timeout or error.The text was updated successfully, but these errors were encountered: