revdotcom / revai-go

Rev.ai golang client
https://www.rev.ai/docs
MIT License
21 stars 12 forks source link

Close causing double channel close in streaming #11

Closed jdupl123 closed 3 years ago

jdupl123 commented 3 years ago

calling close at https://github.com/oriiolabs/revai-go/blob/12ab04b8107ea2b74719780fc36d8a9ac3ed4121/stream.go#L61 causes a double close due to https://github.com/oriiolabs/revai-go/blob/12ab04b8107ea2b74719780fc36d8a9ac3ed4121/stream.go#L110