[0.9.1] Important bugfix
This release fixes an issue where only one send()
call would work after a DataStore
was made.
Changelog
- IMPORTANT: The client now correctly tracks batches it has seen before so subsequent calls to send() do not send nothing.
- Documentation fixes