-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connection closed #31
Comments
It works, but when the event comes, the connection is closed! |
Thanks for reporting! Which Asterisk server version are you connecting to? You may also want to try adding an error handler like this: $client->on('error', function (Exception $error) {
echo $error;
}); |
Hello, event:
exception
|
When I use this package to get ami events and I invoke it using the Laravel dispatcher, it throws me a timeout error. How I can avoid this? I'm new working with reactphp. I appreciate any help or idea :( My code is: |
@mariapaulinar It looks like this is an unrelated issue, may I ask you to file a new issue instead? Thanks! |
Perform and immediately closes the connection:
Client connected
Connection closed
The text was updated successfully, but these errors were encountered: