MerrionComputing / EventsSourcing-on-Azure-Functions

A library to demonstrate doing Event Sourcing as a data persistence mechanism for Azure Functions
MIT License
103 stars 20 forks source link

Synchronous IO issue #54

Closed MerrionComputing closed 3 years ago

MerrionComputing commented 3 years ago

[2021-06-01T17:20:07.854Z] An unhandled host error has occurred. [2021-06-01T17:20:07.855Z] Microsoft.AspNetCore.Server.Kestrel.Core: Synchronous operations are disallowed. Call WriteAsync or set AllowSynchronousIO to true instead.

MerrionComputing commented 3 years ago

IncrementSequenceNumber uses direct Table.Execute - this will need to be changed to ExecuteAsync

MerrionComputing commented 3 years ago

Fixed in release 1.2.0