Skip to content

Production Release

Choose a tag to compare

@smtakeda smtakeda released this 15 Aug 23:02
· 1128 commits to master since this release
  • Fixed heartbeat timings. It used to start a heartbeat per query. Now it starts per connection and closes in Close method. #181
  • Removed busy wait from 1) the main thread that waits for download chunk worker to finish downloads, 2) the heartbeat goroutine/thread to trigger the heartbeat to the server.