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

[BUG] Threads(single) get stuck when looping queries using 'ConnectionType.Shared' Mode #1839

Open
Dustray opened this issue Oct 9, 2020 · 0 comments
Labels

Comments

@Dustray
Copy link

Dustray commented Oct 9, 2020

Version
Which LiteDB version/OS/.NET framework version are you using. (REQUIRED)
v5.0.8 v5.0.9
Describe the bug
A clear and concise description of what the bug is.

  1. use ConnectionType.Shared
  2. like this:
    while(...)
    col.FindOne(v => v.Code == code); <--When I entered the breakpoint, I found stopping here
    image

No exception no error, just like a endless loop, and throw a 'ApplicationException' in output.

image

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

1 participant