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

Fix Main Thread Not Respond While Init Pipes + F3 and Bold Button Fix #20

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

regevnoam1
Copy link
Contributor

Changes I Made:
The Problem was in addNamedPipeToDataGridView() method that is used inside initializePipeList():

Solution:
1.Use async/await for Asynchronous Processing: Use asynchronous programming to ensure non-blocking behavior.
2. Perform all non-UI work (such as querying named pipes and processing their information) on a background thread, then update the UI on the main thread.

@regevnoam1 regevnoam1 changed the title Fix Main Thread Not Respond While Init Pipes Fix Main Thread Not Respond While Init Pipes + F3 and Bold Button Fix Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant