mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
codex: add missing initialize forwarding hook (#13593)
This commit is contained in:
@@ -460,6 +460,12 @@ impl MessageProcessor {
|
||||
self.codex_message_processor.thread_created_receiver()
|
||||
}
|
||||
|
||||
pub(crate) async fn connection_initialized(&self, connection_id: ConnectionId) {
|
||||
self.codex_message_processor
|
||||
.connection_initialized(connection_id)
|
||||
.await;
|
||||
}
|
||||
|
||||
pub(crate) async fn send_initialize_notifications_to_connection(
|
||||
&self,
|
||||
connection_id: ConnectionId,
|
||||
|
||||
Reference in New Issue
Block a user