eivindveg / HotSUploader

JavaFX-based Replay Uploader for Heroes of the Storm
Apache License 2.0
185 stars 36 forks source link

Replaced busy wait in UploaderService by blocking access #87

Closed zhedar closed 8 years ago

zhedar commented 8 years ago

Replaced busy wait by a blocking queue access in UploadTask, therefore removing frequent Task creation and CPU activity.

Also update the test case to work the a BlockingQueue instead of a ReplayFile.