mirror of
https://github.com/status-im/consul.git
synced 2025-01-23 03:59:18 +00:00
1eac39ae9c
* 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.