listUsers(...) throws intermittent UnhandledPromiseRejection

listUsers(...) throws intermittent UnhandledPromiseRejection

@Erwin Hogeweg

Hi,

I am receiving intermittent unhandled promise rejections on the
await account.run.listUsers(...)
call.

I suspect that the underlying issue is that the analysis is already finished before the promise is completed.

Does anyone have a recommendation for a standard way to handle this?

Kind Regards,

Erwin