Closed sanposhiho closed 3 years ago
This PR fixes this error on zombie.(*Checker).Search.
fatal error: concurrent map read and map write
read/write map is not thread safe
This PR fixes this error on zombie.(*Checker).Search.
read/write map is not thread safe