Skip to content

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