Add server side support
Add support for listening for incoming TCP connections and creating AMQP connections, sessions and links.
It will be great to have this functionality. It seems it was implemented but commented out:
https://github.com/lulf/dove/blob/bc93b2fddc5790797d54d7630658c2f8fd482a43/src/conn.rs#L138-L163
... and...
https://github.com/lulf/dove/blob/bc93b2fddc5790797d54d7630658c2f8fd482a43/src/conn.rs#L235-L260
Why it is commented out ? it works but need some tests and bugfix, or it need a complete rethink / reimpl ?
Thank you
@giovibal The internal code is written with server-support in mind, but there are these bits and pieces that I haven't really tested and is just commented. I think we need a friendly to use API on top as well, so some work is needed.