When register()
eventLoop on the channel, waiting for all handlers done its event handling?
#74
Labels
question
Further information is requested
When
promise.await()
is done, someone might expect all event handler calls done successfully. But in the code, registering the event loop on the channel and calling all event handlers are asynchronous. So although promise is done with success, some event handlers could be failedThe text was updated successfully, but these errors were encountered: