Closed
Description
Basically, this code is not good:
Lines 70 to 93 in 5a042a6
Issues with that:
- Async function set as a callback (unhandled)
- sync I/O calls inside an async function
unified
is synchronously invoked still
This is all the direct result of f4f856b, which is the result of something else. In hindsight, I wish I payed a bit more attention in my review of that.
Unfortunately my focus is elsewhere, so someone else should probably try to clean this up.