Skip to content

Commit

Permalink
Added todo that checks for exact error
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Jan 24, 2024
1 parent 75a8032 commit ea65bff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/main/java/io/ably/lib/realtime/ChannelBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,7 @@ public void run() {

/* State changes provoked by ConnectionManager state changes. */
public void setConnected() {
// TODO - seems test is failing because of explicit attach after connect
if (state.isReattachable()){
attach(true,null); // RTN15c6, RTN15c7
}
Expand Down

0 comments on commit ea65bff

Please sign in to comment.