Can we close sync_service server without closing the listener first #1373
-
Hello People, I am using FlagD in a K8S cluster, and I see a lot of warning like When debugging I found that the flagd/flagd/pkg/service/flag-sync/sync_service.go Lines 121 to 127 in ae24595 When the Is it possible to I see that in the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@apodgorbunschih thanks for reporting this behavior. Yes, |
Beta Was this translation helpful? Give feedback.
@apodgorbunschih thanks for reporting this behavior. Yes,
s.server.Stop()
(grpc server stop) already close the internal listener. I opened #1375 to improve this