asynch icon indicating copy to clipboard operation
asynch copied to clipboard

Defining timeouts

Open itssimon opened this issue 1 year ago • 0 comments

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?

itssimon avatar Sep 21 '24 05:09 itssimon