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

- Fixed failing test due to old simplecov dependency - For more info => https://github.com/simplecov-ruby/simplecov/issues/1003 - Fixed #394

@sacOO7 noticed that the acceptance tests are failing (e.g. [here](https://github.com/ably/ably-ruby/actions/runs/8799287951/job/24148038958?pr=391)) with the following error: ``` OpenSSL::SSL::SSLError: unable to verify the server certificate for "internet-up.ably-realtime.com" ``` Not sure how long this...

bug

See https://github.com/ruby-concurrency/concurrent-ruby. It's an active project, where the community is headed, and has no additional dependencies! EventMachine is arguably at EOL now, and issues in CI continue to plague this...

enhancement

Our implementation of verification of the server’s TLS certificate is performed after the TLS handshake completes. Make sure that there’s no way that we might be sending any data to...

investigate

WIP Requires us to first of all publish the fork to RubyGems

The issue described in #396 also exists in our WebSocket code (although it's not currently causing a test failure since we don’t use Let’s Encrypt on our WebSocket endpoint). Fix...

bug

Customer reported a bundle issue with ruby 2.6 on windows ``` Resolving dependencies..... Bundler could not find compatible versions for gem "unf_extmsgpack": In Gemfile: rest-client (~> 2.0, >= 2.0.2) was...

bug

Our CI test matrix does not use Windows. A customer recently discovered an issue on Windows that we were unaware of because of this. See https://github.com/ably/ably-ruby/issues/186 ┆Issue is synchronized with...

enhancement
testing

```rspec './spec/acceptance/realtime/auth_spec.rb[1:2:11:4:1]' # Ably::Realtime::Auth using MsgPack protocol when using JWT when JWT token expires client disconnects, a new token is requested via auth_callback and the client gets reconnected``` This test...

enhancement
failing-test