-
Notifications
You must be signed in to change notification settings - Fork 657
Backport Neovi features for release 3.3.4 #903
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
Conversation
When neoVI server is enabled, there is an issue with concurrent device open.
Also calling shutdown before raising exception from the init if the device is opened
zariiii9003
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a way to release the lock in case the application crashes?
The answer depends on the platform. I suggest that you take a look at filock ducumentation and source code https://filelock.readthedocs.io/en/latest/. |
Includes #865 and #621