lerenn / asyncapi-codegen

An AsyncAPI Golang Code generator that generates all Go code from the broker to the application/user. Just plug your application to your favorite message broker!
Apache License 2.0
82 stars 22 forks source link

Remove unecessary parameter #92

Closed lerenn closed 10 months ago

lerenn commented 10 months ago

The done parameter is a relic from another time when we didn't know if the channel was properly closed. This is not needed anymore.