-
Notifications
You must be signed in to change notification settings - Fork 62
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
Wait On Occurrence Wrapper.vi should be re-entrant. Currently causes hang in our app #354
Comments
NIbbuchanan
changed the title
Wait On Occurrence Wrapper.vi doesn't have the right VI properties set to be re-entrant
Wait On Occurrence Wrapper.vi isn't re-entrant
Mar 19, 2024
NIbbuchanan
changed the title
Wait On Occurrence Wrapper.vi isn't re-entrant
Wait On Occurrence Wrapper.vi should be re-entrant
Mar 19, 2024
NIbbuchanan
changed the title
Wait On Occurrence Wrapper.vi should be re-entrant
Wait On Occurrence Wrapper.vi should be re-entrant. Currently causes hang in our app
Mar 19, 2024
@yash-ni - Thanks for fixing this! Any idea when there will be an export available with this fix? Thanks! |
Hi @NIbbuchanan, sorry for the late reply. We will be releasing the export next week. |
@NIbbuchanan the export is now available here https://github.com/ni/grpc-labview/releases/tag/v1.2.3.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
vi.lib\gRPC\LabVIEW gRPC Library\Shared\Wait On Occurrence Wrapper.vi has a few issues:
Our app (FlexLogger) was hanging because of this and when I changed this VI to be re-entrant/in-place, it worked again.
The text was updated successfully, but these errors were encountered: