Realtime Channel: exceptions thrown when attempting attach do not result in the client listener being called #448
Labels
bug
Something isn't working. It's clear that this does need to be fixed.
(i) if the
attachImpl
throws an exception (https://github.com/ably/ably-java/blob/release-1.0.9/lib/src/main/java/io/ably/lib/realtime/Channel.java#L311) it will set theattachTimer
to null;(ii) if the
attachTimer
is null, it will return without calling the listener https://github.com/ably/ably-java/blob/release-1.0.9/lib/src/main/java/io/ably/lib/realtime/Channel.java#L314The text was updated successfully, but these errors were encountered: