Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Timeout/Error on file inaccessibility #65

Open
TheZooKeeper opened this issue Jun 14, 2022 · 1 comment
Open

No Timeout/Error on file inaccessibility #65

TheZooKeeper opened this issue Jun 14, 2022 · 1 comment
Labels

Comments

@TheZooKeeper
Copy link

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.

@TheZooKeeper TheZooKeeper changed the title Timeout/Error on file inaccessibility No Timeout/Error on file inaccessibility Jun 15, 2022
@ttu
Copy link
Owner

ttu commented Aug 13, 2022

Thanks for the bug report and sorry, that I forgot to ask more details earlier.

On which operating system the bug appeared?

@ttu ttu added the bug label Aug 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants