Skip to content

feat(keepAlive): make keepAlive options consistent#1612

Merged
daprahamian merged 1 commit into3.0.0from
NODE-998
Dec 12, 2017
Merged

feat(keepAlive): make keepAlive options consistent#1612
daprahamian merged 1 commit into3.0.0from
NODE-998

Conversation

@daprahamian
Copy link
Copy Markdown
Contributor

keepAlive options are now consistent with socket / node api.
keepAlive is a boolean that enables / disables keepAlive,
and keepAliveInitialDelay is the number of milliseconds to wait
before initiating keepAlive.

BREAKING CHANGE:
option keepAlive is now split into boolean keepAlive and
number keepAliveInitialDelay

Fixes NODE-998

keepAlive options are now consistent with socket / node api.
keepAlive is a boolean that enables / disables keepAlive,
and keepAliveInitialDelay is the number of milliseconds to wait
before initiating keepAlive.

BREAKING CHANGE:
option `keepAlive` is now split into boolean `keepAlive` and
number `keepAliveInitialDelay`

Fixes NODE-998
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.

3 participants