Does the producer of a worker need to produce an object?
While expermenting with
Worker
I had the producer produce `Int`and i got pretty random results. When wrapping that Int into a data class things worked fine.
Is this known behavior? Atm or by design?
o
olonho
11/06/2017, 6:28 PM
yep, object is needed, however please report an issue, boxing shall take place there.