Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use proto.Equal to compare protobuf messages (#125)
replace reflect deepequal with proto.Equal reflection is comparing some internal fields used during marshaling, causing race conditions in the beats reloader code. the race condition causes APM Server tests to fail with the race detector enabled
- Loading branch information