timcassell / ProtoPromise

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

Fix error log after clear pool #317

Closed timcassell closed 8 months ago

timcassell commented 8 months ago

Error log required a combination of Promise.Preserve, Promise.Progress, and Promise.Manager.ClearObjectPool. Only shows up in RELEASE mode (because the pool is not used in DEBUG mode).