Closed fraunhofer-iis-bot closed 1 year ago
In GitLab by @vornkat-iis on Jul 2, 2023, 21:56
I think this is intended by the original author. The assert
function used in many functions does nothing in release mode but catches bad parameters early in execution while debugging. See also https://cplusplus.com/reference/cassert/assert/
In GitLab by @vornkat-iis on Jul 4, 2023, 14:02
created branch 42-different-behavior-of-push-services-in-debug-and-relese-mode
to address this issue
In GitLab by @bmi on Mar 29, 2023, 11:25
The error occurs when trying to perform a subscription/unsubscription to a service that does not exist
japi_pushsrv_subscribe line 149, this behaviour is allowed and will capture later in the code with an error message but in debug mode the Assertion will brake the program
the same problem exist with unsubscribe