FactomProject / factom

Library for writing Factom clients in go
MIT License
44 stars 19 forks source link

Atomic JSONRPC id counter #122

Closed WhoSoup closed 4 years ago

WhoSoup commented 5 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