eclipse-uprotocol / up-spec

uProtocol Specifications
Apache License 2.0
32 stars 25 forks source link

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

Closed PLeVasseur closed 5 months ago

PLeVasseur commented 5 months ago

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():

WDYT?

Tagging in @stevenhartley & @sophokles73

sophokles73 commented 5 months ago

sounds good to me

stevenhartley commented 5 months ago

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

PLeVasseur commented 5 months ago

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

Sounds good. Opened #101 for this :slightly_smiling_face:

PLeVasseur commented 5 months ago

Done in #101, closing!