Skip to content

Fix: Triple protocol streaming does not correctly handle context ctx attachments errors#2810

Merged
AlexStocks merged 15 commits intoapache:developfrom
1kasa:develop
Mar 23, 2025
Merged

Fix: Triple protocol streaming does not correctly handle context ctx attachments errors#2810
AlexStocks merged 15 commits intoapache:developfrom
1kasa:develop

Conversation

@1kasa
Copy link
Contributor

@1kasa 1kasa commented Mar 22, 2025

Fix:#2808

Error cause description:
The context data transfer is not handled correctly in triple streaming, resulting in the conversion of the null value (nil) of the interface{} type to the []string type, but it fails.

@No-SilverBullet
Copy link
Member

LGTM, but is there any unit test to verify this PR?

@sonarqubecloud
Copy link

@1kasa
Copy link
Contributor Author

1kasa commented Mar 22, 2025

LGTM, but is there any unit test to verify this PR?

None, no unit tests, but can be verified via https://github.com/apache/dubbo-go-samples/tree/main/compatibility/context/triple

Copy link
Member

@cjphaha cjphaha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

Copy link
Contributor

@FoghostCn FoghostCn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@AlexStocks AlexStocks merged commit b97a7f5 into apache:develop Mar 23, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants