eclipse-uprotocol / up-spec

uProtocol Specifications
Apache License 2.0
31 stars 25 forks source link

Add idempotent requirement to UTransport APIs. #194

Closed stevenhartley closed 1 month ago

stevenhartley commented 1 month ago

Calling the UTransport register and unregister API multiple times with the same parameters return the same value as if you called it the first time in lieu of returning UCode.ALREADY_EXISTS.

193