Files
opentf/rpc
Sander van Harmelen a79c987538 Reverting a few lines from PR #2406
As discussed with @mitchellh and @phinze we don’t need to randomize in
order to get infinite ID’s. When we hit the highest possible number and
add `1` it will just wrap back to `0`, which is just fine with regards
to how Terraform works and uses these ID’s.

Tested this by setting the initial value of `m.nextId` to `4294967293`
where the maximum is `4294967295 `. So with some additional logging it
clearly showed it wrapped and continued without any issues.
2015-06-25 16:28:04 +02:00
..
2014-10-04 09:54:03 -07:00
2014-05-28 15:31:09 -07:00
2014-05-28 15:31:09 -07:00
2014-09-29 00:23:17 -07:00
2014-07-10 11:38:56 -07:00
2014-10-04 09:54:03 -07:00
2014-09-29 00:23:17 -07:00
2014-10-04 09:11:51 -07:00
2014-10-04 09:11:51 -07:00