Skip to content

Commit

Permalink
fix: Release new version (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecabaco authored Dec 6, 2024
1 parent 1c57b4a commit 9ef7649
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/RealtimeClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export default class RealtimeClient {
*
* @param endPoint The string WebSocket endpoint, ie, "ws://example.com/socket", "wss://example.com", "/socket" (inherited host & protocol)
* @param httpEndpoint The string HTTP endpoint, ie, "https://example.com", "/" (inherited host & protocol)
* @param options.transport The Websocket Transport, for example WebSocket.
* @param options.transport The Websocket Transport, for example WebSocket. This can be a custom implementation
* @param options.timeout The default timeout in milliseconds to trigger push timeouts.
* @param options.params The optional params to pass when connecting.
* @param options.headers The optional headers to pass when connecting.
Expand Down
3 changes: 1 addition & 2 deletions test/channel.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -646,8 +646,7 @@ describe('joinPush', () => {

test('does not set channel state to joined', () => {
helpers.receiveError()

assert.equal(channel.state, 'joining')
assert.equal(channel.state, 'errored')
})

test("does not trigger channel's buffered pushEvents", () => {
Expand Down

0 comments on commit 9ef7649

Please sign in to comment.