Releases: AnalogRepublic/go-mysql-queue
Releases · AnalogRepublic/go-mysql-queue
Update Listener.Start() to accept number of events to pop
- Added
num
param toListener.Start()
- Handle func passed to
Listener.Start()
now receives[]Event
- Updated Readme with example
Fix MySQL Connection Host
- Fix host portion of MySQL connection string
- Add missing port option in connection config
Locale fix on Unix machines
- Fix hardcoded incorrect locale for MySQL connections
1.0.0
Fix race conditions with listener again; implement a way of getting f…