Skip to content

Commit

Permalink
updated REST and Realtime API limitations with links to active issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Jul 1, 2024
1 parent 0885021 commit c6ef9e3
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,18 +405,15 @@ 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) 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.

### Realtime API

- There is no channel `suspended` state; this means that the client will not automatically reattach to channels if a
connection becomes `suspended` and then resumes, and presence members associated with the client will not be
automatically re-entered.

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

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

- Realtime Ping function is not implemented.

Expand Down

0 comments on commit c6ef9e3

Please sign in to comment.