- minor changes in hipadaba and ascon/devser
@ -117,7 +117,8 @@ int DevQueueTask(void *ds) {
while (action != NULL) {
status = AsconTask(devser->asyncConn);
if (status == AsconFailure) {
/* TODO: error handling */
devser->errmsg = AsconGetErrList(devser->asyncConn);
return 1;
} else if (status != AsconReady) {
}
The note is not visible to the blocked user.