Skip to content

Commit

Permalink
Added limitation on suspended channel state, refactored limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Jul 1, 2024
1 parent c6ef9e3 commit 3b7de62
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,14 +406,16 @@ As of release 1.2.0, the following are not implemented and will be covered in fu
- [Push notifications admin API](https://ably.com/docs/general/push/admin) is not implemented.

- [JWT authentication](https://ably.com/docs/core-features/authentication#ably-jwt-process) using `auth-url` is not implemented.
Check [jwt auth issue](https://github.com/ably/ably-go/issues/569) for more details.
See [jwt auth issue](https://github.com/ably/ably-go/issues/569) for more details.

### Realtime API

- Inband reauthentication is not supported; expiring tokens will trigger a disconnection and resume of a realtime
connection. Check [server initiated auth](https://github.com/ably/ably-go/issues/228) for more details.
connection. See [server initiated auth](https://github.com/ably/ably-go/issues/228) for more details.

- Realtime connection failure handling is partially implemented. Check [host fallback](https://github.com/ably/ably-go/issues/225) for more details.
- Realtime connection failure handling is partially implemented. See [host fallback](https://github.com/ably/ably-go/issues/225) for more details.

- Channel suspended state is partially implemented. See [suspended channel state](https://github.com/ably/ably-go/issues/568).

- Realtime Ping function is not implemented.

Expand Down

0 comments on commit 3b7de62

Please sign in to comment.