If value has a type that doesn't translate naturally to a JSON value, then it is silently discarded: https://github.com/ably/ably-java/blob/develop/lib/src/main/java/io/ably/lib/util/JsonUtils.java#L34
This should at least log that event, and possibly throw an exception.
If
valuehas a type that doesn't translate naturally to a JSON value, then it is silently discarded: https://github.com/ably/ably-java/blob/develop/lib/src/main/java/io/ably/lib/util/JsonUtils.java#L34This should at least log that event, and possibly throw an exception.