Hi, I am looking at how kevents are handled. However, recent fiascos I am reluctant to touch this area. Nevertheless, right now we are cancelling all deferred kevents upon stop() being called. It seems to me that that is correct with one exception. If the deferred kevent is the need to clear a halt, we cannot just drop that. The only reason we should do so is disconnect(). What do you think? Does this need to be split? Regards Oliver