Skip to content

Commit 2b6071d

Browse files
committed
Update Folder.php
1 parent efbb26f commit 2b6071d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Folder.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ function (MessageInterface $message) use ($callback) {
151151
try {
152152
$callback($message);
153153
} catch (Exception) {
154-
// Something happened. We will attempt reconnecting.
154+
// Something unexpected happened. We will attempt
155+
// reconnecting and continue polling for messages.
155156
$this->mailbox->reconnect();
156157
}
157158
},

0 commit comments

Comments
 (0)