fix: After an error on sendMessage, all subsequent calls fail with the same error - #551
Closed
josejefferson wants to merge 3 commits into
Closed
fix: After an error on sendMessage, all subsequent calls fail with the same error#551josejefferson wants to merge 3 commits into
josejefferson wants to merge 3 commits into
Conversation
hkt74
reviewed
May 14, 2025
hkt74
left a comment
Collaborator
There was a problem hiding this comment.
Thanks for making the fix!
hkt74
approved these changes
May 20, 2025
copybara-service Bot
pushed a commit
that referenced
this pull request
May 20, 2025
-- 24fc179 by Jefferson Dantas <jeffersonn.jjdaj@gmail.com>: fix: After an error on sendMessage, all subsequent calls fail with the same error -- ed227e4 by Jefferson Dantas <jeffersonn.jjdaj@gmail.com>: fix: Fixed sendMessage subsequent calls test to follow the arrange-act-assert pattern COPYBARA_INTEGRATE_REVIEW=#551 from josejefferson:send-message-fix 3abc1e3 PiperOrigin-RevId: 761107064
Collaborator
|
the change was committed in 778abcc |
8 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix issue #550 and added test case