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
When a LabVIEW client API is called to LabVIEW service which doesn't have the required event structure implemented. Then,
The LabVIEW client gets hung and waits infinitely for the LabVIEW service to respond.
So, I notice that's the mistake in the LabVIEW service for missing the implementation of the event. Maybe should it timeout at client's end? Either way, I go to the server and click Stop to stop the service.
LabVIEW service gets hung in the "Stop Server" VI. and client also was hung on the method.
So, I abort client VI and it aborts properly. But the server VI couldn't be aborted.
So, I had to close the project to escape and I get stuck with this.
Kill LabVIEW from task manager.
AB#2973816
The text was updated successfully, but these errors were encountered:
I am closing this issue as it appears to no longer be an issue. I'm not sure exactly when it got fixed, but it probably happened over a number of changes as abort procs were added. All of the following now work:
Aborting the client VI now works.
Clicking stop on the server works. The client call will then exit with a grpc error indicating "go away".
Adding a timeout to the client call works. Unfortunately, the client call doesn't return an error, and there is no indicator on the client VI to indicate timeout status. I will create a separate issue for this.
When a LabVIEW client API is called to LabVIEW service which doesn't have the required event structure implemented. Then,
So, I notice that's the mistake in the LabVIEW service for missing the implementation of the event. Maybe should it timeout at client's end? Either way, I go to the server and click Stop to stop the service.
LabVIEW service gets hung in the "Stop Server" VI. and client also was hung on the method.
So, I abort client VI and it aborts properly. But the server VI couldn't be aborted.
So, I had to close the project to escape and I get stuck with this.
Kill LabVIEW from task manager.
AB#2973816
The text was updated successfully, but these errors were encountered: