eclipse-uprotocol / up-transport-zenoh-cpp

C++ client library to connect to the zenoh implementation of uProtocol
Apache License 2.0
5 stars 15 forks source link

InvokeMethod with listener, when calling with Uri which not registered - does not trigger the callback #60

Open alonste opened 4 months ago

alonste commented 4 months ago

[version 0.1.4 ] https://github.com/eclipse-uprotocol/up-transport-zenoh-cpp/blob/v0.1.4-dev/lib/src/zenohRpcClient.cpp#L272

calling to InvokeMethod with listener pass Uri which is not registered the listener is not called and application is stack (waits forever) Expected: listener should be called with corresponding error code (bad uri)

This is CRITICAL bug cause app to stuck !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! PLEASE FIX ASAP