Unleash / unleash-client-go

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

chore: remove listeners in no listener test #163

Closed sighphyre closed 10 months ago

sighphyre commented 10 months ago

Honestly I don't know if this is the right thing to be doing here but it appears the build failures are being caused by this test: TestClientWithoutListener.

This deadlocks most of the time. From what I can tell we added a default no-op listener that should drain the channels but this test is also doing that. Removing the select from this test appears to make it pass