Skip to content

Commit

Permalink
Merge branch 'main' into pahearn_RPPL-2520
Browse files Browse the repository at this point in the history
  • Loading branch information
pahearn73 committed Nov 1, 2024
2 parents 3248b8f + f110279 commit a71dcaa
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 @@ -386,10 +386,10 @@ impl ExtnClient {
trace!("Send to other client result: {:?}", send_res);
}
}
Self::handle_vec_stream(message, self.event_processors.clone());
} else {
trace!("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 a71dcaa

Please sign in to comment.