Coder Social home page Coder Social logo

Comments (4)

dosubot avatar dosubot commented on July 20, 2024 2

Hi, @Yw-melo

I'm helping the Kratos team manage their backlog and am marking this issue as stale. From what I understand, the issue was related to the inability to retrieve the selector peer using selector.FromPeerContext after a client call due to the peerKey being overwritten in the code. The suggestion was to modify the code to avoid overwriting the peerKey, which would allow for retrieving the peer after a client call. The issue has been resolved by modifying the code to avoid overwriting the peerKey, which now allows for retrieving the peer using selector.FromPeerContext after a client call. Assistance was provided by me.

Could you please confirm if this issue is still relevant to the latest version of the Kratos repository? If it is, please let the Kratos team know by commenting on the issue. Otherwise, feel free to close the issue yourself or the issue will be automatically closed in 7 days.

Thank you!

from kratos.

kratos-ci-bot avatar kratos-ci-bot commented on July 20, 2024

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


After the client calls, the selector peer cannot be obtained through selector.FromPeerContext. It is found that the following two lines cover the peerKey. In this case, the peer can only be obtained in the source code and cannot be obtained after the client calls.

var p selector.Peer
ctx = selector.NewPeerContext(ctx, &p)

Would it be better to go to new when there is no peerKey, so that you can get the peer through newPeer -> client call -> fromPeer

_, ok := selector.FromPeerContext(ctx)
if !ok {
    var p selector.Peer
    ctx = selector.NewPeerContext(ctx, &p)
}

from kratos.

dosubot avatar dosubot commented on July 20, 2024

🤖

你好 @Yw-melo! 😊 我是Dosu,一个可以帮助你解决问题、回答疑问,甚至成为贡献者的机器人。我在这里为你提供帮助,直到人类的维护者能够接手。我正在看你的问题,我会尽快给你一个完整的答案。一起来解决问题吧! 🚀

from kratos.

kratos-ci-bot avatar kratos-ci-bot commented on July 20, 2024

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


🤖

Hello @Yw-melo! 😊 I am Dosu, a bot that can help you solve problems, answer questions, and even become a contributor. I'm here to assist you until human defenders can take over. I'm looking at your question and I'll give you a complete answer as soon as possible. Let’s solve the problem together! 🚀

from kratos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.