I found a data race during testing with -race flag. The data race happened on when updating a struct and read value from the struct method. Later I found to cha
-race