Alex
Alex
I guess, grpcc can't handle enums outside of messages. ``` message Foo { enum Status { OK = 0; ERROR = 1; } Status status = 1; } ``` works...
Hi, @rstoyanchev. This request was made based on the main branch and I guess this is not a right way. I've made a new one (#486) based on 1.0.x.
Hi. It seems buggy, but it's a correct behavior. `kotlin.time.Duration` is a [value class](https://kotlinlang.org/docs/inline-classes.html) and it is unboxed here.
@rstoyanchev Imho, special property for global request timeout is the first thing anyone would try to lookup. Reactor way is very non-obvious. Could it be reasonable to built in and...