Matthew O'Riordan

Results 212 comments of Matthew O'Riordan
trafficstars

@paddybyers @trenouf can we close this, or can this still affect WS?

@paddybyers @psolstice does this issue still apply?

I support this proposal, this is what I have done in Ruby, see https://github.com/ably/ably-ruby/blob/main/lib/ably/models/error_info.rb#L33-L57 and https://github.com/ably/ably-ruby/blob/main/lib/ably/exceptions.rb#L16. @paddybyers @QuintinWillison WDYT? In fact, shouldn't this be part of the spec, that where...

[Java Engine.io client](https://github.com/socketio/engine.io-client-java) or [Java SockJS client](https://github.com/socketio/engine.io-client-java) may be worth considering, depending on the implications for us to support that protocol

If we need more sophisticated real-device testing, I believe we should look at integrating something like https://firebase.google.com/docs/test-lab or https://www.bitrise.io/ , even if we only spin up specific tests in those...

@Aarati we have discussed exponential back-off many times, but decided on what we think is a suitable back off strategy which only comes in two forms, see https://www.ably.io/documentation/realtime/connection#connection-states for more...

Please note that we are reviewing this as part of a specification change, and will update this accordingly once we've agreed that. See https://github.com/ably/specification/issues/83

See https://github.com/ably/ably-ruby/blob/main/lib/ably/rest/client.rb#L81-L89 for example. These are actually public methods, but only flagged as `@private` so from a docs perspective they are private. They should instead be `protected` so that those...

@paddybyers I will ask the customer now to see if he can comment to help direct us.

@gokhanbarisaker I have added Proxy support to Ruby, but unfortunately it's blocked by a WebSocket issue so I've only been able to test the HTTP parts. See https://github.com/ably/ably-ruby/pull/84 We would...