Closed bkerley closed 9 years ago
Issue #63 with Riemann was caused by Message#assign incorrectly checking to see if repeated nested messages passed to constructors are equal to the type of the field, instead of instances of the type of the field.
Message#assign
Also see aphyr/riemann#506 , aphyr/riemann-tools#103 .
Issue #63 with Riemann was caused by
Message#assign
incorrectly checking to see if repeated nested messages passed to constructors are equal to the type of the field, instead of instances of the type of the field.