Skip to content

Commit

Permalink
Update providers/flagd/src/main/java/dev/openfeature/contrib/provider…
Browse files Browse the repository at this point in the history
…s/flagd/resolver/grpc/GrpcConnector.java

Co-authored-by: Simon Schrottner <[email protected]>
Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert and aepfli authored Sep 25, 2024
1 parent ae53945 commit 8594544
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ private void observeEventStream() {
this.grpconConnectionEvent(false, Collections.emptyList());
}

private void grpconConnectionEvent(final boolean connected, final List<String> changedFlags) {
private void grpcOnConnectionEvent(final boolean connected, final List<String> changedFlags) {
// reset reconnection states
if (connected) {
this.eventStreamAttempt = 1;
Expand Down

0 comments on commit 8594544

Please sign in to comment.