timcassell / ProtoPromise

Robust and efficient library for management of asynchronous operations in C#/.Net.
MIT License
147 stars 13 forks source link

Fix cancelation race condition #272

Closed timcassell closed 11 months ago

timcassell commented 11 months ago

Fixes #271

Only an issue in DEBUG (or developer) mode.