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

Force ping after transport exception #36417

Merged
merged 1 commit into from Apr 12, 2020

Conversation

oesteve
Copy link
Contributor

@oesteve oesteve commented Apr 10, 2020

Q A
Branch? 4.4
Bug fix? yes
New feature? no
Deprecations? no
Tickets Fix #36301
License MIT
Doc PR

SMTP transport fails for long running processes after tranport exception, if stream is closed all messages will throw a transport exception until $lastMessageTime exceds $pingThreshold.

With this PR, after transport expception the transport will ping the server to check if the connection is still alive.

@oesteve oesteve changed the title Force ping after transport Exception Force ping after transport exception Apr 10, 2020
@fabpot
Copy link
Member

fabpot commented Apr 12, 2020

Thank you @oesteve.

@fabpot fabpot merged commit 280674f into symfony:4.4 Apr 12, 2020
This was referenced Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants