Skip to content

Commit

Permalink
Merge pull request #27 from kichik/master
Browse files Browse the repository at this point in the history
Fix channel loss on reconnect
  • Loading branch information
mp911de committed Jan 31, 2015
2 parents cc638d4 + f6b869a commit b15acc7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,10 @@ public void activated() {

if (!channels.isEmpty()) {
subscribe(toArray(channels));
channels.clear();
}

if (!patterns.isEmpty()) {
psubscribe(toArray(patterns));
patterns.clear();
}
}

Expand Down

0 comments on commit b15acc7

Please sign in to comment.