Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Fix issue SuspendConnection #191

Merged
merged 3 commits into from
Jun 22, 2020
Merged

Fix issue SuspendConnection #191

merged 3 commits into from
Jun 22, 2020

Conversation

nomisRev
Copy link
Member

SuspendConnection now uses Platform.unsafeRunSync internally to cancel a token when the connection is already cancelled.

Instead it should use startCoroutine that runs on an empty context, which allows for the cancel token to fork and exit the existing context.

Copy link
Member

@aballano aballano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌

Copy link
Member

@rachelcarmena rachelcarmena left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @nomisRev !! I'll change arrow repository and then I'll update the build step with the general script. Congrats!!

@nomisRev nomisRev merged commit e26ebeb into master Jun 22, 2020
@nomisRev nomisRev deleted the sv-fix-suspendconnection branch June 22, 2020 16:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants