)
I dont understand what's going on and I can't seem to find anything on SO or anywhere. It's the first time I use this kinda stuff so maybe I forgot something silly ?
Cyril Find
11/03/2020, 11:09 AM
after investigating more, I'm lost because all "wrapper values" seem to be mapped to nullables, for ex:
UINT64_VALUE: ProtoAdapter<Long?>
but
GrpcCall
doesn't accept nullables:
interface GrpcCall<S : Any, R : Any>
Cyril Find
11/03/2020, 12:17 PM
ok so replacing all
google.protobuf.UInt64Value
by a redefined
CustomUInt64Value { uint64 value = 1; }
works but it seems weird to me
is this a bug i should file somewhere ?
e
egorand
11/04/2020, 1:42 AM
Yeah, filing an issue on GitHub would be nice, thanks!