Skip to content

Commit

Permalink
fix: added the RPPL-2717 change to fix the context update issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nnaveen979 committed Oct 29, 2024
1 parent 7a65a67 commit db638d9
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 @@ -390,10 +390,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 has_event_listener(&self, input: &str) -> bool {
Expand Down

0 comments on commit db638d9

Please sign in to comment.