Description
If a NioProcessor catches a ClosedSelectorException while a connected Session is in processing the Processor quietly shuts down and any clean up-code cannot be run (as the exceptionCaught() function is not called).
At least some logging in case of that exception would be nice.