This specifies a NULL handler for all responses.
The call returns OK but, of course, the application crashes when it tries to call the NULL handler!
But, surely, the API should catch this error, and return ADL_RET_ERR_PARAM
This specifies a NULL handler for all responses.
The call returns OK but, of course, the application crashes when it tries to call the NULL handler!
But, surely, the API should catch this error, and return ADL_RET_ERR_PARAM
Yeah, thatβs caught me once or twice too.