Descriptiongoprotobuf: Replace an instance of sync.Mutex with a sync.RWMutex.
We can't change the sync.Mutex in properties.go
because it protects writes to the global stats var.
Fixes issue 21.
Patch Set 1 #Patch Set 2 : diff -r 35fc839ce665 https://goprotobuf.googlecode.com/hg #Patch Set 3 : diff -r 35fc839ce665 https://goprotobuf.googlecode.com/hg #Patch Set 4 : diff -r 35fc839ce665 https://goprotobuf.googlecode.com/hg #MessagesTotal messages: 3
|