systembus timeout signal not found #432
Unanswered
yjeanrenaud
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I set up signal-cli on systembus.
I have on python script looking for incoming messages and wanted another to broadcast some.
But I get timeouts. seems the systembus object does not get found anymore:
why is that? from what I understand, I could use the bus from more than one instance, no?
when I use the python cli to test, it works, even though it takes several seconds to do
signal.sendMessage()
would you advice to change the timeout?
from pymodbus.constants import Defaults Defaults.Timeout = 100
or something higher?Beta Was this translation helpful? Give feedback.
All reactions