Closed benbro closed 5 years ago
I'm not sure that transport_module=ssl/gen_tcp is enough because you need to change gpo_handler:close/1 as well. Maybe it's better that you'll make the changes according to your style. I don't care about attribution :)
Cool, thanks. I was going to put the module name (ssl or gen_tcp) in
#conn{}
instead of using a separate socket module as the full solution. Would you be interested in doing that or should I merge this and then make a new patch tat replacespgo_socket
with the variable carrying around the right module to call.