Jeremy Bell

Results 2 issues of Jeremy Bell

`var message = await mqClient.GetAsync();` In the original [IronSharp project](https://github.com/grcodemonkey/iron_sharp/blob/master/src/IronSharp.IronMQ/QueueClient.cs#L249), the API is currently _only_ supporting awaitable calls. If we wanted to support the possible call models (Async, Sync, FireAndForget),...

I'm getting an error after upgrading version 1.1.2. System.Security.SecurityException: Data length integrity check failed at Owin.Security.AesDataProtectorProvider.AesDataProtector.Unprotect(Byte[] protectedData) ... The Zone of the assembly that failed was: MyComputer The new version...

bug