Skip to content

Conversation

metcoder95
Copy link
Member

This relates to...

Closes #4230

Rationale

Changes

Features

Bug Fixes

Breaking Changes and Deprecations

Status

@metcoder95 metcoder95 requested review from ronag and mcollina June 26, 2025 10:17
Comment on lines 173 to 175
if (err != null) {
// TODO: should we drop the session?
client[kOnError](err)
Copy link
Member Author

Choose a reason for hiding this comment

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

Thinkin' twice, I'm over the fence of we should fail rather than actually just emit an event

Copy link
Member

Choose a reason for hiding this comment

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

I think we should drop the sesson if this error.

* @description Time interval between PING frames dispatch
* @default 60000
*/
pingInterval?: number;
Copy link
Member

Choose a reason for hiding this comment

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

this type needs a test

@metcoder95 metcoder95 requested a review from mcollina July 4, 2025 08:04
Copy link
Member

@gurgunday gurgunday left a comment

Choose a reason for hiding this comment

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

lgtm

@metcoder95
Copy link
Member Author

@mcollina

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.

Expose HTTP/2 ping
3 participants