BugOfTheDay: There are pending requests working on this transaction

from blog Just Some Code, | ↗ original
These days I got this exception message: “The transaction operation cannot be performed because there are pending requests working on this transaction.” This is how I fixed it after almost a whole day of Googling and debugging. To fix the “pending requests” exception, make sure to properly await all asynchronous methods wrapped inside any...