eclipse-uprotocol / up-cpp

uProtocol Language Specific Library for C++
Apache License 2.0
16 stars 25 forks source link

Add check for isValidSubscription UUri inside subscribe API implementation in subscriber class #198

Closed pranavishere2 closed 3 months ago

pranavishere2 commented 3 months ago

isValidSubscription check for UUri is missing in subscribe API call in subscriber class - which should be checked before calling registerListener API on transport object. Update the test cases accordingly

pranavishere2 commented 3 months ago

Please assign this bug to me