Skip to content

Releases: microsoft/SimpleRestClients

0.2.2

21 Sep 00:54

Choose a tag to compare

Check for _aborted before _fire() (#38)

* Check for _aborted before _fire()

0.2.1

20 Sep 00:56
e62c713

Choose a tag to compare

Fix an assertion if a request with timeout receives 2 callbacks from …

0.2.0

31 Aug 20:37

Choose a tag to compare

  • 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

0.1.8

30 Aug 23:26

Choose a tag to compare

Adding support for streaming COMET-style hanging GETs to SimpleWebRequest