Skip to content

Conversation

@yyhrnk
Copy link

@yyhrnk yyhrnk commented Dec 22, 2025

Switched PubsubClientSubscription::read_message to deserialize directly from &Value via T::deserialize(result) instead of calling serde_json::from_value(result.clone()). This removes a deep clone of the JSON subtree for each pubsub message while preserving the existing error handling and message parsing behavior.

@mergify mergify bot requested a review from a team December 22, 2025 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant