Skip to content

Commit

Permalink
RPPL-2717: Auth Service Token update Race Condition (#665)
Browse files Browse the repository at this point in the history
Auth Service Token update Race Condition: DOn't handle vec stream if not propagating
  • Loading branch information
pahearn73 authored Oct 23, 2024
1 parent 358f316 commit 101789e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/sdk/src/extn/client/extn_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -387,10 +387,10 @@ impl ExtnClient {
trace!("Send to other client result: {:?}", send_res);
}
}
Self::handle_vec_stream(message, self.event_processors.clone());
} else {
debug!("Context information is already updated. Hence not propagating");
}
Self::handle_vec_stream(message, self.event_processors.clone());
}

fn handle_no_processor_error(&self, message: ExtnMessage) {
Expand Down

0 comments on commit 101789e

Please sign in to comment.