use of @autoreleasepool in renderCallback and inputCallback
wtholliday opened this issue · comments
Taylor Holliday commented
There should be no dynamic allocation in a render callback. (Dynamic allocation is widely considered a no-no in real-time threads, since it can block.)
Alex Wiltschko commented
I'd love a PR!