dove icon indicating copy to clipboard operation
dove copied to clipboard

Add server side support

Open lulf opened this issue 5 years ago • 2 comments

Add support for listening for incoming TCP connections and creating AMQP connections, sessions and links.

lulf avatar Nov 23 '20 20:11 lulf

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 avatar Feb 11 '22 12:02 giovibal

@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.

lulf avatar Feb 11 '22 14:02 lulf