osquery / osquery-go

Go bindings for osquery
MIT License
388 stars 79 forks source link

Wrapping ServerConnectivityCheckInterval() body in a mutex #106

Closed seejdev closed 1 year ago

seejdev commented 1 year ago

Since serverConnectivityCheckInterval is a package level variable, wrapping writes to it in a mutex prevents data races in testing code.