Request Timeout for the client #466
-
|
Hi, I am looking to set request_timeout for the 'connect' method, but i don't see any such way. I can see inside 'create' method and 'connect' method , 'Cli_Create()' and 'Cli_ConnectTo' methods are called respectively, and these functions are not in python language. So how can i have request_time here or is there any method that i am missing !! |
Beta Was this translation helpful? Give feedback.
Answered by
gijzelaerr
Mar 19, 2026
Replies: 1 comment
-
|
Closing as stale. In python-snap7 3.0, you can set connection timeout via the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gijzelaerr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Closing as stale. In python-snap7 3.0, you can set connection timeout via the
connect()method parameters.