Dmitriy Golov

Results 3 issues of Dmitriy Golov

I try to install with Laravel 7. Composer get the error "Conclusion: remove symfony/console v5.0.8"

Is it possible to somehow get the events of attempts to reconnect to the asterisk websocket? Now it can be seen only through debug, but I want to process them...

enhancement
help wanted
semver-minor

I dont understand why method Subscribe not working. Example: This code ``` var response = await amiClient.Where(message => message["Event"] == "Newstate").FirstAsync(); foreach (var item in response) { Console.WriteLine(item.Key + ":"...