Committed by
Gerrit Code Review
Compute the flow ID at build time rather than when fromApp() is called.
Depending on the order that the application calls the builder methods, there may not be any selector, priority, etc. added at the time fromApp() is called. This means there's no entropy to the hash function so all flows end up with the same flow ID. Change-Id: I9badedc343fdf6f3ee7f73547955cd84302d9226
Showing
1 changed file
with
13 additions
and
6 deletions
-
Please register or login to post a comment