Closed WhoSoup closed 4 years ago
closes: https://github.com/FactomProject/factom/issues/119
The golang race detector reported a data race for the api counter variable. This PR changes it to use an atomic increase instead. For more details, see #119
closes: https://github.com/FactomProject/factom/issues/119
The golang race detector reported a data race for the api counter variable. This PR changes it to use an atomic increase instead. For more details, see #119