From c6ef9e3b60f9aaca41cdc8242ccd40bb50637f5c Mon Sep 17 00:00:00 2001 From: sacOO7 Date: Mon, 1 Jul 2024 09:19:42 +0530 Subject: [PATCH] updated REST and Realtime API limitations with links to active issues --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7fe037639..b4e1be616 100644 --- a/README.md +++ b/README.md @@ -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.