K.G. Wang
Results
11
issues of
K.G. Wang
This [commit](https://github.com/redis/redis/commit/a8d3e930bced31cc0f5211cc0874ca6f837faca0) changes the code to invoke `aeApiDelEvent` before modifying the `ae->events[fd].mask`, however in `ae_evport.c`, `aeApiDelEvent` relies on `eventLoop->events[fd].mask` to calculate the actual events to be associated with evport. I'm...