Hi Alexey
We are thinking about sharing a transport between multiple protocols
(FilterChains) in the server. This is currently impossible because an
accepted connection will always use the transport's processor and
processor selector. It would be nice if it inherited the connection
specific processor from the ServerConnection that accepted the
connection if available. I have attached the diff that would implement
this. What do you think?
Thanks
Bo