Max Orlov

Results 22 comments of Max Orlov

Thank you so much for you reply! About reconnection - I imagined a method like: ``` $client->onReconnected(function (Client $client) { // some logic here... }); ``` 1. Thank you for...

Yes, but I told about automatic reconnection functionality in this package.

@sirn-se Hello! Could you tell me how to stop process rightly? I do the following in Laravel: ``` $this->trap([SIGINT, SIGTERM, SIGQUIT], function (int $signal) use ($client) { $client->stop(); $client->close(); $client->disconnect();...

@sirn-se Thank you for your answer! It is useful information, but I try to understand why I get error (Failed to select streams for reading) after I call any of...

Hello, will this task have progress?

@danharrin Hi! One more thing about polling is we need to have ability to poll a ViewPage including RelationManagers. For example I have getSubheading() on my ViewPage and I need...

Hello, will this task have progress?