Rainer Ross
Results
1
issues of
Rainer Ross
in a formerly version I have this statement to loop the results of the DataQueue. ``` while (data !== '*end') { data = dq.receiveFromDataQueue('MYQUEUE', 'MYLIB', 5000, -1); console.log('data: ' +...
enhancement