Skip to content
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

What is the minimum viable UUri to pass UTransport::registerListener() / unregisterListener()? #98

Closed
PLeVasseur opened this issue Mar 26, 2024 · 4 comments

Comments

@PLeVasseur
Copy link
Contributor

In #94 we clarified that for UTransport::send() the minimum viable UUri contained within the UMessage passed in must be in Micro Form

I'm wondering about UTransport::registerListener() / unregisterListener()

Perhaps the same language can be used for UTransport::registerListener() / unregisterListener():

  • MUST pass UUris for which isMicroForm() return true
  • SHOULD pass Resolved UUris (contains both names and numbers)

WDYT?

Tagging in @stevenhartley & @sophokles73

@sophokles73
Copy link
Contributor

sounds good to me

@stevenhartley
Copy link
Contributor

Agree as well, @PLeVasseur please push the spec update. Thank you

@PLeVasseur
Copy link
Contributor Author

Agree as well, @PLeVasseur please push the spec update. Thank you

Sounds good. Opened #101 for this 🙂

@PLeVasseur
Copy link
Contributor Author

Done in #101, closing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants