Skip to content

Remove the Dumper::keepalive() method #94

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 2 commits into from
Sep 2, 2022
Merged

Remove the Dumper::keepalive() method #94

merged 2 commits into from
Sep 2, 2022

Conversation

mpdude
Copy link
Member

@mpdude mpdude commented Sep 2, 2022

The Connection::ping() method is deprecated in Doctrine DBAL.

According to the deprecation notice, "retry and reconnecting lost connections now happens automatically".

Thus, we can remove the keepalive() method.

The `Connection::ping()` method is deprecated in Doctrine DBAL.

According to the deprecation notice, "retry and reconnecting lost connections now happens automatically".

Thus, we can remove the `keepalive()` method.
@mpdude mpdude merged commit 064c2b0 into master Sep 2, 2022
@mpdude mpdude deleted the remove-keepalive branch September 2, 2022 12:19
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.

1 participant