Closed Kavindu-Dodan closed 3 months ago
Address the discussion https://github.com/open-feature/flagd/discussions/1373
The root cause is the listener closing (Close()), which is already done through grpc server .Stop()
Close()
.Stop()
This PR
Address the discussion https://github.com/open-feature/flagd/discussions/1373
The root cause is the listener closing (
Close()
), which is already done through grpc server.Stop()