Skip to content

Allow user to override keepalive on connect #29

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

Merged
merged 1 commit into from
Jun 26, 2017

Conversation

radudragusin
Copy link
Contributor

The keepalive is always set to KEEP_ALIVE_SEC and cannot be overridden by the user. This fix uses the user-provided keepalive from kwargs and defaults to KEEP_ALIVE_SEC if there is None.
This fixes #28

The `keepalive` is always set to `KEEP_ALIVE_SEC` and cannot be overridden by the user. This fix uses the user-provided `keepalive` from `kwargs`  and defaults to `KEEP_ALIVE_SEC` if there is None.
This fixes adafruit#28
@jwcooper jwcooper merged commit 3d79f01 into adafruit:master Jun 26, 2017
@radudragusin radudragusin deleted the patch-1 branch June 29, 2017 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow user to override keepalive
2 participants