Timo Friedl
Timo Friedl
What If I want to release form another process ? I cannot share it. It would be super helpful in a replicated application environment
while looking at the code I was wondering the same thing :)
This is causing troubles: ```go // create a listener which does not accept listener, err := net.Listen("tcp", fmt.Sprintf("localhost:%d", p)) if err != nil { t.Fatal(err) } defer listener.Close() t.Run("test open",...
can it be closed?
Is this fixed? Will there be a new version besides having this in dev branch?
You only would receive those events if you use `subscribeAll=true` or if you explicitly subscribe to the bridges eventSource, see here: https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Applications+REST+API#Asterisk13ApplicationsRESTAPI-subscribe
Could someone elaborate if the current latest version of this library is having a memory leak issues or not?
Are there any plans when this is being addressed? We would really love to increase visibility to our applications but enabling this library basically grinds our application to halt.
@arsmn why is it recommended to avoid adaptor? And by whom?
To my understanding you are setting the env for the compiler, not for the executable. If you want an env to be static, why do you not set this in...