hi
this command
user-manger/user/monitor
$res=$API->comm("/user-manager/user/monitor", array(
".id"=> "$iduser",));
if running api php is Request Timeout
anybody can solve it ?
hi
this command
user-manger/user/monitor
$res=$API->comm("/user-manager/user/monitor", array(
".id"=> "$iduser",));
if running api php is Request Timeout
anybody can solve it ?
A “monitor” command generally returns an endless series of !re messages, so I suspect the PHP library isn’t dealing with that (e.g. timeout, since there isn’t a !done). Although it’s not documented…you can try using “once” as an option to the call, that should get the results, well, once.