Hi Steve,
Have you looked at the Python Proton examples? There is a server.py in
there that does pretty much the same thing that you are trying to do here.
It might be helpful.
The error you are getting is a "link exception" with no description. I
suspect there's some issue with the sending que
Hi Ted,
Thanks very much for reading that code and responding. Very nice to hear from
you.
> Have you looked at the Python Proton examples? There is a server.py in there
> that does pretty much the same thing that you are trying to do here.
> It might be helpful.
It was - I modeled my code on