Skip to content

allow to set retry count for connect() #114

Closed
@vladak

Description

@vladak

Similar to #112, it would be nice to be able to set the retry count for connect(). Currently it is hard coded to 5:

retry_count = 0
while retry_count < 5 and sock is None:

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions