Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

fix: Timeout type#528

Merged
danielbankhead merged 4 commits intomainfrom
fix-timeout-type
Oct 5, 2023
Merged

fix: Timeout type#528
danielbankhead merged 4 commits intomainfrom
fix-timeout-type

Conversation

@danielbankhead
Copy link
Copy Markdown
Contributor

🦕

@danielbankhead danielbankhead requested a review from a team October 3, 2023 21:21
@product-auto-label product-auto-label Bot added the size: xs Pull request size is extra small. label Oct 3, 2023
Comment thread src/http2.ts
export interface SessionData {
session: http2.ClientHttp2Session;
timeoutHandle?: NodeJS.Timer;
timeoutHandle?: NodeJS.Timeout;
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Typically, this would be considered a breaking change, however the existing type in itself is a bug and must be fixed as it is blocking all PRs in this library.

@danielbankhead danielbankhead merged commit 788344f into main Oct 5, 2023
@danielbankhead danielbankhead deleted the fix-timeout-type branch October 5, 2023 01:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

size: xs Pull request size is extra small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants