Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(chromecast): Speed up shutdown #78

Merged
merged 1 commit into from
Sep 15, 2023

Conversation

joeyparrish
Copy link
Member

@joeyparrish joeyparrish commented Sep 11, 2023

After we launch the requested receiver app, we should shut down the connection explicitly. Otherwise, the socket has to time out before the calling application in nodejs can terminate. This is because nodejs keeps the main thread running so long as anything async could occur, including events on handles and sockets.

After we launch the requested receiver app, we should shut down the connection explicitly.  Otherwise, it has to time out before the calling application in nodejs can terminate.
@joeyparrish joeyparrish merged commit 89f4146 into shaka-project:main Sep 15, 2023
16 checks passed
@joeyparrish joeyparrish deleted the speed-up-shutdown branch September 15, 2023 03:45
joeyparrish pushed a commit that referenced this pull request Sep 15, 2023
🤖 I have created a release *beep* *boop*
---


## [1.2.0](chromecast-webdriver-server-v1.1.1...chromecast-webdriver-server-v1.2.0) (2023-09-15)


### Features

* **chromecast:** Support Google Pixel Tablet ([#77](#77)) ([6cf553e](6cf553e))


### Bug Fixes

* **chromecast:** Speed up shutdown ([#78](#78)) ([89f4146](89f4146))

---
This PR was generated with [Release Please](https:/googleapis/release-please). See [documentation](https:/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@github-actions github-actions bot added the status: archived Archived and locked; will not be updated label Nov 14, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: archived Archived and locked; will not be updated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants