@bladeSk see ably/docs#140.
I think supporting this is a very small change which we can probably support without any explicit tests as the only way to test it would be to spawn a realtime client, something we can't do in the PHP only lib. Perhaps you could have a negative test that populates connectionKey with an invalid value and the message should be rejected. At least then you're getting feedback that the property is being sent.
@bladeSk see ably/docs#140.
I think supporting this is a very small change which we can probably support without any explicit tests as the only way to test it would be to spawn a realtime client, something we can't do in the PHP only lib. Perhaps you could have a negative test that populates
connectionKeywith an invalid value and the message should be rejected. At least then you're getting feedback that the property is being sent.