ably / ably-php

PHP client library SDK for Ably realtime messaging service
https://ably.com/download
Apache License 2.0
50 stars 10 forks source link

Add idempotent REST publishing #56

Closed mattheworiordan closed 5 years ago

mattheworiordan commented 6 years ago

See spec at https://github.com/ably/docs/pull/473

Ruby implementation at https://github.com/ably/ably-ruby/pull/165

Whilst this is technically 1.1 functionality, we can add this now so long as idempotent publishing is disabled by default.

mattheworiordan commented 6 years ago

Spec is now finalised, and all functionality to support this will be available in sandbox from next week. Please let's go ahead and implement this.

jdavid commented 5 years ago

This was done in PR #58 , closing