Skip to content

Commit

Permalink
Fix for #566 #567 BroadcasterCache delivers first message twice
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarcand committed Aug 30, 2012
1 parent ae434b1 commit 6bdd329
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ protected final static class CachedMessage implements Serializable {
public Object t;

public CachedMessage(boolean isTail) {
this.currentTime = 0L;
this.currentTime = System.currentTimeMillis();
this.message = null;
this.next = null;
this.isTail = isTail;
Expand Down

0 comments on commit 6bdd329

Please sign in to comment.