ably-ruby icon indicating copy to clipboard operation
ably-ruby copied to clipboard

Ruby client library SDK for Ably realtime messaging service

Results 39 ably-ruby issues
Sort by recently updated
recently updated
newest added

In https://github.com/ably/ably-common/pull/88 we have defined template layouts for `README.md` and `CONTRIBUTING.md`, hosted [here](https://github.com/ably/ably-common/tree/main/templates). Those documents need conforming in this repository, which necessitates the forking of the current readme content to...

documentation

Protected methods are used sparingly, with instead private APIs that need to be public exposed as annotated `@private` methods (which only affects docs) - see https://github.com/ably/ably-ruby/blob/master/lib/ably/rest/client.rb#L92-L95. There were reasons at...

enhancement

See [RTL6d](https://docs.ably.io/client-lib-development-guide/features/#RTL6d), as amended by this [docs PR](https://github.com/ably/docs/pull/788#issuecomment-581490475). There may be no work to do if this client library already doesn't bundle messages, however I've not got time to investigate...

enhancement

Right now we only get an exception, so we built a splitting mechanism by ourselfes, but it would be great if your lib would adjust the message size automatically. Also...

bug
enhancement

See [internal slack thread](https://ably-real-time.slack.com/archives/C030C5YLY/p1654687184221769) From the server logs it looks like this is an XML parser error: `chunk is not well balanced` so I'm guessing there's an issue with our...

bug
testing

Hi Team, I was testing some ruby large message issues, and was surprised that a message that is too large doesn't output any errors or debug information to say why...

documentation

Added to the canonical feature list in https://github.com/ably/features/pull/19. At that time it wasn't a trivial task for me to confirm this functionality was implemented correctly, according to the spec, in...

documentation

Implement the changes listed in https://github.com/ably/docs/pull/1526 Reference impl -> https://github.com/ably/ably-js/pull/1045 ┆Issue is synchronized with this [Jira Task](https://ably.atlassian.net/browse/ECO-4058) by [Unito](https://www.unito.io)

enhancement

* Implement internal presence and presence queue * Conform to presence spec starting from https://sdk.ably.com/builds/ably/specification/main/features/#RTP1 * Make sure implementation is thread safe ┆Issue is synchronized with this [Jira Task](https://ably.atlassian.net/browse/ECO-4686) by...

enhancement

* Implement connection resume/recover as per no-connection-serial spec * related to #378 ┆Issue is synchronized with this [Jira Task](https://ably.atlassian.net/browse/ECO-4687) by [Unito](https://www.unito.io)

enhancement