There are handler calls in the SocketReactor::run() that are of no use (onIdle()), or little use (onBusy()).
These calls will be removed from SocketReactor::run(). Subscribers to these events will have to overide the run() function to keep the functionality.