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

Auto-starting discovery service from the command line makes the console window stop responding #943

Open
bkeryan opened this issue Sep 25, 2024 · 0 comments
Labels
bug Something isn't working triage New issue that needs to be reviewed

Comments

@bkeryan
Copy link
Collaborator

bkeryan commented Sep 25, 2024

Bug Report

Auto-starting the discovery service from a command-line application makes the console window stop responding. This is very noticeable when using ni-measurement-plugin-client-generator to generate a measurement plug-in client.

Repro or Code Sample

Open a Windows Terminal window with a PowerShell tab and do the following:

  1. python packages/service/scripts/install_examples.py
  2. pipx install ni-measurement-plugin-sdk-generator
  3. Use Task Manager to kill NI.Discovery.V1.Service.exe.
  4. ni-measurement-plugin-client-generator -s ni.examples.GameOfLife_Python
  5. Try to type another command into the Windows Terminal window.

Expected Behavior

Windows Terminal window still works.

Current Behavior

Windows Terminal window does not accept input.

Possible Solution

Context

Testing ni-measurement-plugin-client-generator

Your Environment

  • OS & Device: Windows 10
  • ni-measurement-plugin-sdk-service version: 2.1.0 main
  • MeasurementLink version: 24.8.x
  • Python version: 3.9

AB#2867804

@bkeryan bkeryan added bug Something isn't working triage New issue that needs to be reviewed labels Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage New issue that needs to be reviewed
Projects
None yet
Development

No branches or pull requests

1 participant