Releases: 256dpi/gomqtt
Releases · 256dpi/gomqtt
v0.6.1
cleaned up log events
allow message to be received while waiting on the suback
v0.6.0
added methods to set read and write buffers
optimized connections for higher throughput
refactored broker client and backend to a new pull based architecture
v0.5.3
properly return error if not authorized (this caused non authorized connections to actually be continued...)
v0.5.1
added gomqtt-stat tool
return error if backend does not return a session
v0.5.0
removed unfinished router package
moved tools to session package
moved flow package
moved message queue
removed tools package and added topic package
added topic parsing helpers
v0.4.0
lowercased errors obtained from connack codes
fixed a race condition in the backend
treat missing client id and wrong clean session as a protocol error
v0.3.5
launch pinger in client processor
added ref field to backend client
improved message queue
v0.3.4
fix queue to be FIFO and not LIFO
added Range method to queue
v0.3.3
allow access to client id and clean session during authentication
You can’t perform that action at this time.