Open
Description
I encountered an issue when using a coroutine to send data to AWS SNS within my application. The error occurs at runtime with the following message:
WARNING ReactorEpoll::add(): failed to add events[fd=26#0, type=27, events=512], Error: Bad file descriptor[9]
This happens when executing the coroutine using co(function () { ... })
Environment Details: