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 b08c492 commit 302f06cCopy full SHA for 302f06c
src/AsyncClient.php
@@ -114,7 +114,7 @@ public function __construct(Observable $client)
114
return Observable::fromPromise(resolve($event));
115
})
116
117
- // Handle connection level errors
+ // Handle connection level and Pusher procotol errors
118
->retryWhen(function (Observable $errors) {
119
return $errors->flatMap(function (Throwable $throwable) {
120
return $this->handleLowLevelError($throwable);
0 commit comments