Rate limit when listening to events of more than one project

Hi everyone,

since a few days, I get a “Rate Limit Enforced” after calling

asanaApi.events.stream(asanaProjectGid, { periodSeconds: 60 });

the second time for an access token. Did you change anything on the rate limits? Is there an alternative to listen to changes of multiple projects? (see [Listen to all changes of tasks in a Asana workspace - #4 by tilman](that’s why we need to do this))

Thank you!