ably-java
ably-java copied to clipboard
Add logs to onClientIdSet() when push or context is not available
As noticed here we are only handling the happy-path in the onClientIdSet() in AblyRest and AblyRealtime classes in ably-android module. We should also handle a scenario when either push or the applicationContext is null. At least we should log an appropriate message to the log handler.