Skip to content

0.2.0

Compare
Choose a tag to compare
@berickson1 berickson1 released this 31 Aug 20:37
· 62 commits to master since this release
  • GenericRestClient._blockRequestUntil is now called every time when the request is on top of the pending requests queue rather than only once
  • If GenericRestClient._blockRequestUntil rejects, the whole request is properly rejected
  • All the asserts now properly clear the request queues before throwing
  • Unit tests verifying queueing/blocking requests and executing them in order