Skip to content

Commit 302f06c

Browse files
committed
Added a note about low level error handling also handlers Pusher errors
1 parent b08c492 commit 302f06c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AsyncClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public function __construct(Observable $client)
114114
return Observable::fromPromise(resolve($event));
115115
})
116116

117-
// Handle connection level errors
117+
// Handle connection level and Pusher procotol errors
118118
->retryWhen(function (Observable $errors) {
119119
return $errors->flatMap(function (Throwable $throwable) {
120120
return $this->handleLowLevelError($throwable);

0 commit comments

Comments
 (0)