You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-15Lines changed: 5 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,24 +50,14 @@ Read the [CONTRIBUTING.md](./CONTRIBUTING.md) guidelines to contribute to Ably.
50
50
51
51
---
52
52
53
+
## Support and known issues
53
54
54
-
## Known Limitations
55
+
For help or technical support, visit Ably's [support page](https://ably.com/support).
55
56
56
-
Currently, this SDK only supports [Ably REST](https://ably.com/docs/rest) and realtime message subscription as documented above.
57
-
However, you can use the [MQTT adapter](https://ably.com/docs/mqtt) to implement [Ably's Realtime](https://ably.com/docs/realtime) features using Python.
58
57
59
-
See [our roadmap for this SDK](roadmap.md) for more information.
58
+
### Full Realtime support unavailable
60
59
61
-
## Support, feedback and troubleshooting
60
+
This SDK currently supports only [Ably REST](https://ably.com/docs/rest)and basic realtime message subscriptions.
62
61
63
-
Please visit https://ably.com/support for access to our knowledge base and to ask for any assistance.
62
+
To access full [Ably Realtime](https://ably.com/docs/realtime) features in Python, consider using the [MQTT adapter](https://ably.com/docs/mqtt).
64
63
65
-
You can also view the [community reported GitHub issues](https://github.com/ably/ably-python/issues).
66
-
67
-
To see what has changed in recent versions of Bundler, see the [CHANGELOG](CHANGELOG.md).
68
-
69
-
If you find any compatibility issues, please [do raise an issue](https://github.com/ably/ably-python/issues/new) in this repository or [contact Ably customer support](https://ably.com/support) for advice.
70
-
71
-
## Contributing
72
-
73
-
For guidance on how to contribute to this project, see [CONTRIBUTING.md](https://github.com/ably/ably-python/blob/main/CONTRIBUTING.md)
0 commit comments