timcassell / ProtoPromise

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

Fatal error when building macOS player #284

Closed drew-512 closed 10 months ago

drew-512 commented 10 months ago

Screen Shot 2023-10-20 at 7 21 59 PM

timcassell commented 10 months ago

That's surprising. That error only shows up in the build and not in editor?

[Edit] Oh I see, it only uses that code in RELEASE mode. I'm surprised the unit tests didn't pick up that error...

drew-512 commented 10 months ago

Lovely, thank you sir!

timcassell commented 10 months ago

@drew-512 Thanks for the report! The fix is out in v2.6.1. I also fixed the CI workflow so it should catch things like this in the future.