You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The asynch.proto.Connection class has the following keyword arguments:
connect_timeout
send_receive_timeout
sync_request_timeout
Reading through the code it seems though that these aren't used anywhere. Am I missing something, or is there currently no way to effectively define timeouts?
The text was updated successfully, but these errors were encountered:
The
asynch.proto.Connection
class has the following keyword arguments:connect_timeout
send_receive_timeout
sync_request_timeout
Reading through the code it seems though that these aren't used anywhere. Am I missing something, or is there currently no way to effectively define timeouts?
The text was updated successfully, but these errors were encountered: