Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v1.3.3

Choose a tag to compare

@MattBrittan MattBrittan released this 31 Mar 22:06
· 142 commits to master since this release
a140ed8

This is a minor release that adds support for websocket proxies, resolves a potential panic, and sets the DUP flag when resenting PUBLISH packets.

#431 Add Proxy to WebsocketOptions (also logs status if connection fails) - @fulder
#489 If options.AutoReconnect is true calling Disconnect may trigger panic - @MattBrittan
#490 When resending QOS 1+ PUBLISH packets the DUP flag should be set - @MattBrittan