Skip to content

Commit

Permalink
fixed #111: Possibility for ConcurrentModificationExceptions with Forks
Browse files Browse the repository at this point in the history
Only send variable updates to clients if we are not in a dry-run
situation. If we are, we don't have anything to send anyway, and if the
dry-run is performed in a fork the useless variable update might cause a
corruption of the variable state just in that moment in which the state
is being sent to the fork (which needs that state right after its
dry-run has finished to sync with the master before actually performing
its run).
  • Loading branch information
S1artie committed Jun 16, 2016
1 parent 6d025ae commit e26f656
Showing 1 changed file with 2,257 additions and 2,253 deletions.
Loading

0 comments on commit e26f656

Please sign in to comment.