Unleash / unleash-client-go

Unleash client SDK for Go
https://docs.getunleash.io
Apache License 2.0
138 stars 55 forks source link

fix: default to a noop listener to avoid hanging on channel messages #143

Closed daveleek closed 1 year ago

daveleek commented 1 year ago

About the changes

Defaults to register a NoopListener if no listener has been added

Closes #139

Discussion points

Should this also actually listen to the individual channels? I have commented that part out and seems to work without it but I'm unsure if this has longer term effects