donotturnoff / aerend

My third year project
0 stars 0 forks source link

Shutdown `InputHandler` immediately without requiring further input #113

Closed donotturnoff closed 2 years ago

donotturnoff commented 2 years ago

Currently, epoll blocks and prevents server shutdown until a key is pressed or the mouse is moved. The eventfd which is meant to inject a fake event to cancel the blocking does not actually work.

donotturnoff commented 2 years ago

This seems to be fixed now, though I'm not entirely sure why. If the bug re-appears I will re-open this issue and investigate.