mirror of
https://github.com/status-im/consul.git
synced 2025-02-12 21:56:46 +00:00
* clone the service under lock to avoid a data race * add change log * create a struct and copy the pointer to mutate it to avoid a data race * fix failing test * revert added space * add comments, to clarify the data race.