We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efbb26f commit 2b6071dCopy full SHA for 2b6071d
src/Folder.php
@@ -151,7 +151,8 @@ function (MessageInterface $message) use ($callback) {
151
try {
152
$callback($message);
153
} catch (Exception) {
154
- // Something happened. We will attempt reconnecting.
+ // Something unexpected happened. We will attempt
155
+ // reconnecting and continue polling for messages.
156
$this->mailbox->reconnect();
157
}
158
},
0 commit comments