mqtt-hs
mqtt-hs copied to clipboard
Support over http proxies
Hey, Dustin! I was wondering if there were any plans on adding http proxy support for port 1883. I work behind an enterprise proxy and it seems like the application hangs on connectURI because of the proxy issue. I know that the golang library has proxy support.
https://github.com/eclipse/paho.mqtt.golang
Wondering if we could add it here as well?
Thanks!
Do you mean an HTTP or SOCKS proxy?