On Tue, Nov 26, 2019 at 2:36 PM Rémy Maucherat <r...@apache.org> wrote:
> It looked ok and removed a big chunk of code so I went ahead with it. > Status update: > - This one, also the easiest one: drop > SocketWrapperBase.write(Non)BlockingDirect methods > Done. Updated port list: - Remove multipoller from the NIO connector. - Endpoint generics for the connection type (not fully mandatory but cleaner). > - Move the processor tracking to the wrapper and the connection map to the > endpoint; this one can improve performance > - The pile ups of close refactoring; big cleanup and move close to the > wrapper, also improves robustness, I would do it last > > Rémy