CyCoreSystems / ari

Golang Asterisk REST Interface (ARI) library
Apache License 2.0
189 stars 73 forks source link

Connect could become stuck if the listen did not successfully connect… #162

Closed daninmadison closed 1 year ago

daninmadison commented 1 year ago

… to the websocket.

listen needed to call wg.Done if the context was cancelled.


This change is Reviewable