Skip to content

fix(realtime): fix RealtimeClient.auth test#9

Merged
GuzekAlan merged 17 commits into
masterfrom
test/fix-realtime-client-auth-tests
Jan 9, 2026
Merged

fix(realtime): fix RealtimeClient.auth test#9
GuzekAlan merged 17 commits into
masterfrom
test/fix-realtime-client-auth-tests

Conversation

@GuzekAlan

Copy link
Copy Markdown
Member

No description provided.

return this.socketAdapter.transport
}

get heartbeatCallback(): (status: HeartbeatStatus) => void {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
get heartbeatCallback(): (status: HeartbeatStatus) => void {
get heartbeatCallback(): HeartbeatCallback {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

it even could be inferred

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I would change place where the types are written to adapters but on another branch

Comment thread packages/core/realtime-js/src/RealtimeClient.ts Outdated
@GuzekAlan
GuzekAlan marked this pull request as ready for review January 9, 2026 11:55
@GuzekAlan

Copy link
Copy Markdown
Member Author

I will fix other tests (which were already done) after merging this PR. Currently only auth is fixed

@snickerdoodle2 snickerdoodle2 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

👷

@GuzekAlan
GuzekAlan merged commit d158967 into master Jan 9, 2026
14 of 17 checks passed
@GuzekAlan
GuzekAlan deleted the test/fix-realtime-client-auth-tests branch January 9, 2026 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants