Skip to content

fix: Use suspendCancellationCoroutine instead of suspendCoroutine#98

Merged
arriolac merged 1 commit into
mainfrom
chris/fix/90
Sep 18, 2020
Merged

fix: Use suspendCancellationCoroutine instead of suspendCoroutine#98
arriolac merged 1 commit into
mainfrom
chris/fix/90

Conversation

@arriolac

Copy link
Copy Markdown
Contributor

Fixes #90 🦕

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 18, 2020
@codecov

codecov Bot commented Sep 18, 2020

Copy link
Copy Markdown

Codecov Report

❗ No coverage uploaded for pull request base (main@eec2499). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##             main     #98   +/-   ##
======================================
  Coverage        ?   0.00%           
======================================
  Files           ?      28           
  Lines           ?     191           
  Branches        ?      25           
======================================
  Hits            ?       0           
  Misses          ?     191           
  Partials        ?       0           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update eec2499...0ce9612. Read the comment docs.

@arriolac arriolac merged commit 483215d into main Sep 18, 2020
@arriolac arriolac deleted the chris/fix/90 branch September 18, 2020 00:55
googlemaps-bot pushed a commit that referenced this pull request Sep 18, 2020
## [2.1.3](v2.1.2...v2.1.3) (2020-09-18)

### Bug Fixes

* Use suspendCancellationCoroutine instead of suspendCoroutine ([#98](#98)) ([483215d](483215d))
@googlemaps-bot

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 2.1.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement. released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

awaitMap can prevent cancellation forever, triggering memory leaks or suspending deadlocks

3 participants