Andy Victors
05/23/2019, 9:10 AMkotlin.native.concurrent.InvalidMutabilityException
[called from iOS] in the init()
method by setting the value
?
During init() the object should not be frozen, right? (confirmed by println in code).
var value: Float
init {
println("MetricReference:init (${metric.name} ): Frozen? -> ${this.isFrozen()} ")
this.metric = metric
this.metric.addObserver(this)
this.value = metric.getValue()
}
ribesg
05/23/2019, 10:32 AMAndy Victors
05/23/2019, 11:03 AMbasher
05/23/2019, 12:48 PM