Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a new parameter for configuring socket connection. #71

Merged
merged 4 commits into from
Jul 12, 2021

Commits on Jul 6, 2021

  1. Added new parameter 'message_retry_set' to the Client.__init__. Set t…

    …he timeout in seconds before a message with QoS>0 is retried. 20 seconds by default.
    arozhkov committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    5a4d4dc View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Added a new parameter for configuring socket connection.

    From empicano#70 issue.
    arozhkov committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    31b4db7 View commit details
    Browse the repository at this point in the history
  2. Some edits have been made regarding the socket configuration paramete…

    …r. We now support all possible socket options setting overloads.
    arozhkov committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    08a7f91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8e9980 View commit details
    Browse the repository at this point in the history