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

kouno and I were just discussing the fact that the Ruby library doesn't currently provide an overloaded method to send multiple messages in a single publish call. I refrained from...

See http://docs.ably.io/client-lib-development-guide/websocket/ ┆Issue is synchronized with this [Jira Task](https://ably.atlassian.net/browse/ECO-4081) by [Unito](https://www.unito.io)

In the spec, add more detail around what encodings are used so that it's easier for other developers to read and implement without looking at the code. See https://github.com/ably/ably-ruby/blob/master/SPEC.md#ablymodelsmessageencoders ┆Issue...

See Java lib https://github.com/ably/ably-java/blob/master/src/io/ably/transport/ConnectionManager.java#L78-L80 ┆Issue is synchronized with this [Jira Task](https://ably.atlassian.net/browse/ECO-4083) by [Unito](https://www.unito.io)

See https://github.com/ably/ably-java/issues/18 ┆Issue is synchronized with this [Jira Task](https://ably.atlassian.net/browse/ECO-4084) by [Unito](https://www.unito.io)

https://github.com/ably/ably-ruby/blob/master/lib/ably/models/message_encoders/utf8.rb See [this thread](https://github.com/ably/ably-js/pull/118). Per that, in our protocol 'utf-8' in the encoding string means a UTF-8 byte array (represented in a protocol message as a binary payload), not just...

See https://github.com/eventmachine/eventmachine/issues/94#issuecomment-174530492 We need to resolve DNS asynchronously as the EventMachine event loop can be completely blocked for periods in excess of 20 seconds. ┆Issue is synchronized with this [Jira...

┆Issue is synchronized with this [Jira Task](https://ably.atlassian.net/browse/ECO-4079) by [Unito](https://www.unito.io)

Fixes: https://github.com/ably/ably-ruby/issues/186