Skip to content

Commit

Permalink
Merge pull request #6980 from chordify/staging.fix-transport-connecti…
Browse files Browse the repository at this point in the history
…on-drops

MailHelper: Reset transport as well on reset, solves connection drops
  • Loading branch information
alanhartless committed Jan 30, 2019
2 parents b6e1cc6 + b076df3 commit 1295268
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/bundles/EmailBundle/Helper/MailHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,7 @@ public function reset($cleanSlate = true)
$this->fatal = false;
$this->idHashState = true;
$this->useGlobalFrom = false;
$this->checkIfTransportNeedsRestart(true);

$this->logger->clear();

Expand Down

0 comments on commit 1295268

Please sign in to comment.