Running into 'invalid_grant' issues with MRRT

I added a github issue, but not sure if it’s better to ask here as well.

I noticed the auth0-spa-js lib doesn’t properly rotate refresh tokens with MRRT if the requests are sent in parallel since the lock on getSilentToken is per audience. Has anyone ran into something similar or is it possible I’m missing a config? Ran into this using MRRT in the angular auth0 lib for a landing SPA that checks various backends across different audiences.