Fix context not preserved when doing an http_call from an on_tick - #385
Open
balbifm wants to merge 1 commit into
Open
Fix context not preserved when doing an http_call from an on_tick#385balbifm wants to merge 1 commit into
balbifm wants to merge 1 commit into
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
balbifm
force-pushed
the
add-info-logging
branch
3 times, most recently
from
July 31, 2026 17:26
5bb05c9 to
0c00548
Compare
balbifm
force-pushed
the
add-info-logging
branch
from
July 31, 2026 17:31
0c00548 to
7b5e094
Compare
Signed-off-by: Federico Balbi <fbalbi@salesforce.com>
balbifm
force-pushed
the
add-info-logging
branch
from
August 4, 2026 13:00
7b5e094 to
45d4c8c
Compare
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.
When trying to perform an HTTP Call from an on_tick, as part of a paused HTTP Request, the response is processed by the Root context instead of the HTTP context. Which prevents setting stream properties while processing the HTTP Call response.
Example of what can not be currently done: