forked from census-instrumentation/opencensus-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
interceptor/opencensus: fix protocol misreadings
* Return immediately if the first message doesn't have a non-nil Node. Previously we leniently spun 15 times as a best case retry but that's unnecessary * If the first message is valid and has spans, those spans MUST be consumed and NOT discarded. Fixes census-instrumentation#51 Fixes census-instrumentation#53
- Loading branch information
Showing
2 changed files
with
167 additions
and
30 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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