Hi, first off thanks for this code, I hope this is exactly what I need!
Secondly this isn't really an issue, but I am looking for the recommended way to run this in the same reactor with other twisted code.
I think i could setup the factory as per your main() method but it would be quite nice to have this as a twisted plugin as exists here:
https://docs.twisted.org/en/stable/core/howto/tap.html
I'm not really so familiar with this but I may give it a shot after integrating this code.
Hi, first off thanks for this code, I hope this is exactly what I need!
Secondly this isn't really an issue, but I am looking for the recommended way to run this in the same reactor with other twisted code.
I think i could setup the factory as per your
main()method but it would be quite nice to have this as a twisted plugin as exists here:https://docs.twisted.org/en/stable/core/howto/tap.html
I'm not really so familiar with this but I may give it a shot after integrating this code.