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 de92698 commit b31353eCopy full SHA for b31353e
src/StreamingClient.php
@@ -69,7 +69,7 @@ protected function stream(ObservableInterface $observable, callable $listener)
69
)
70
71
);
72
- })->subscribeCallback(
+ })->subscribe(
73
$listener,
74
function ($error) {
75
throw $error;
0 commit comments