Skip to content

Commit

Permalink
Update grpc-sync-server/pkg/server.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kavindu Dodanduwa <[email protected]>
Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert and Kavindu-Dodan authored Aug 30, 2023
1 parent bdb2c5b commit 3b96b4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grpc-sync-server/pkg/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ func (s *SyncImpl) SyncFlags(req *v1.SyncFlagsRequest, stream syncv1grpc.FlagSyn
}
err = stream.Send(&v1.SyncFlagsResponse{
FlagConfiguration: string(marshalled),
State: v1.SyncState_SYNC_STATE_ALL,
})
if err != nil {
log.Println("error sending stream:", err)
Expand Down

0 comments on commit 3b96b4a

Please sign in to comment.