Awaiting doesn't work, it throws the error if another request is already executing. For example, when you open the dms view and it's simultaneously trying to encrypt lots of messages in different components.
Decrypt, I mean. But it's working now in Iris because I coded my own processing queue for it.
Please Login to reply.
I also had this problem, i had to implement barrier to allow only 1 call at a time, but i believe it might be a limit for `postMessage` ?
Can we post images on iris? If so how?