Skip to content

Conversation

@rahulraghu94
Copy link
Contributor

In the start TCP, UDP and Seriel server, we are running a quick check to see weather the thread in which the helpers are executed are the
Main thread or the spawned thread.

This infomation is passed to reactor.run() to the flag
installSignalHandlers. True is passed if the thread is a main
thread, else false.

This is done to prevent errors when running the helpers from a
spawned thread.

to see weather the thread in which the helpers are executed are the
Main thread or the spawned thread.

This infomation is passed to reactor.run() to the flag
installSignalHandlers. True is passed if the thread is a main
thread, else false.

This is done to prevent errors when running the helpers from a
spawned thread.
@rahulraghu94 rahulraghu94 self-assigned this Nov 24, 2017
@dhoomakethu
Copy link
Contributor

Fix the coverage

@rahulraghu94 rahulraghu94 changed the base branch from test-dev to dev November 24, 2017 11:25
@rahulraghu94
Copy link
Contributor Author

@dhoomakethu , changed the base to dev

@dhoomakethu dhoomakethu merged commit 27a834e into dev Nov 24, 2017
@dhoomakethu dhoomakethu deleted the #135-thread-test branch November 24, 2017 11:47
wexi pushed a commit to wexi/pymodbus that referenced this pull request Dec 1, 2017
…pymodbus-dev#242)

to see weather the thread in which the helpers are executed are the
Main thread or the spawned thread.

This infomation is passed to reactor.run() to the flag
installSignalHandlers. True is passed if the thread is a main
thread, else false.

This is done to prevent errors when running the helpers from a
spawned thread.
dhoomakethu pushed a commit that referenced this pull request Dec 21, 2017
…#242)

to see weather the thread in which the helpers are executed are the
Main thread or the spawned thread.

This infomation is passed to reactor.run() to the flag
installSignalHandlers. True is passed if the thread is a main
thread, else false.

This is done to prevent errors when running the helpers from a
spawned thread.
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants