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

Cleanup closed connection when client disconnects. #5783

Merged
merged 6 commits into from
May 3, 2023
Merged

Conversation

taeold
Copy link
Contributor

@taeold taeold commented May 2, 2023

Fixes #5346

(Thank you @beezital)

@codecov-commenter
Copy link

Codecov Report

Patch coverage: 53.84% and project coverage change: -0.01 ⚠️

Comparison is base (d08940d) 55.20% compared to head (378418c) 55.20%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5783      +/-   ##
==========================================
- Coverage   55.20%   55.20%   -0.01%     
==========================================
  Files         328      328              
  Lines       22416    22423       +7     
  Branches     4576     4577       +1     
==========================================
+ Hits        12375    12378       +3     
- Misses       8939     8944       +5     
+ Partials     1102     1101       -1     
Impacted Files Coverage Δ
src/emulator/adminSdkConfig.ts 39.39% <0.00%> (-3.94%) ⬇️
src/experiments.ts 56.81% <ø> (ø)
src/emulator/functionsRuntimeWorker.ts 61.25% <50.00%> (-0.37%) ⬇️
src/deploy/functions/runtimes/index.ts 56.00% <100.00%> (ø)
src/deploy/functions/runtimes/python/index.ts 32.91% <100.00%> (ø)
src/init/features/functions/index.ts 79.48% <100.00%> (+1.98%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@taeold taeold merged commit 218ca45 into master May 3, 2023
34 checks passed
@taeold taeold deleted the dl-issue-5346 branch May 3, 2023 17:26
ProfHercules pushed a commit to ProfHercules/firebase-tools that referenced this pull request May 5, 2023
tonyjhuang pushed a commit that referenced this pull request May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Abort Controller to abort request to functions
3 participants