Skip to content

Commit

Permalink
only handle latest action
Browse files Browse the repository at this point in the history
  • Loading branch information
yangzhe1991 committed Nov 23, 2015
1 parent cfb1c31 commit 274d279
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/proxy/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,8 @@ func (s *Server) processAction(e interface{}) {
for i, seq := range seqs {
if s.lastActionSeq < seq {
index = i
break
//break
//only handle latest action
}
}

Expand Down

0 comments on commit 274d279

Please sign in to comment.