We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
UTransport::registerListener() / unregisterListener()
In #94 we clarified that for UTransport::send() the minimum viable UUri contained within the UMessage passed in must be in Micro Form
UTransport::send()
I'm wondering about UTransport::registerListener() / unregisterListener()
Perhaps the same language can be used for UTransport::registerListener() / unregisterListener():
isMicroForm()
WDYT?
Tagging in @stevenhartley & @sophokles73
The text was updated successfully, but these errors were encountered:
sounds good to me
Sorry, something went wrong.
Agree as well, @PLeVasseur please push the spec update. Thank you
UTransport::registerListener()
UTransport::unregisterListener
Sounds good. Opened #101 for this 🙂
Done in #101, closing!
No branches or pull requests
In #94 we clarified that for
UTransport::send()
the minimum viable UUri contained within the UMessage passed in must be in Micro FormI'm wondering about
UTransport::registerListener() / unregisterListener()
Perhaps the same language can be used for
UTransport::registerListener() / unregisterListener()
:isMicroForm()
return trueWDYT?
Tagging in @stevenhartley & @sophokles73
The text was updated successfully, but these errors were encountered: