-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix triple POJO stream parent interface method do not cache stream call type issue #1481
fix triple POJO stream parent interface method do not cache stream call type issue #1481
Conversation
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
…type issue (sofastack#1481) Co-authored-by: liujianjun.ljj <[email protected]>
* fix triple header and usedId problem * Increase the extensibility of the header conversion context. * fix the triple header context transfer issue * fix the triple header context transfer issue (#1476) * fix triple POJO stream parent interface method not cache stream call type issue (#1481) Co-authored-by: liujianjun.ljj <[email protected]> * fix method timeout resolve problem (#1478) Co-authored-by: liujianjun.ljj <[email protected]> * fix triple stream deserialize issue when in serverless scene (#1480) Co-authored-by: liujianjun.ljj <[email protected]> * fix: hessian deserialize support sofa.serialize.dynamic.load.enable (#1482) (cherry picked from commit d20062f) Co-authored-by: 辰霖 <[email protected]> * modify permitKeepAliveTime and permitKeepAliveWithoutCalls to avoid too many ping problem (#1483) Co-authored-by: liujianjun.ljj <[email protected]> * Fix serialization and deserialization classloader issues in serverless scene (#1484) Co-authored-by: liujianjun.ljj <[email protected]> * enhance triple tracelog in server (#1477) Co-authored-by: liujianjun.ljj <[email protected]> * 5.13.3 release --------- Co-authored-by: liujianjun.ljj <[email protected]> Co-authored-by: 辰霖 <[email protected]>
fix triple POJO stream parent interface method not cache stream call type issue.