Closed svethors closed 7 years ago
TableStorage EventStore class constructor and method Commit has calls to async methods that are not awaited.
One of the missing waits is by design; on Commit. No reason to wait for it to complete. But we might want to change this into something else - deal with async errors instead.
TableStorage EventStore class constructor and method Commit has calls to async methods that are not awaited.