Stepan Koltsov
Stepan Koltsov
@thedodd is futures 0.3 compatible with stable rust?
@thedodd in that case switching to tokio would be the right thing, I guess
No, first, requests and responses can be interleaved. Second, anyway, in master grpc-rust API is significantly changed (user now takes Sink instead of providing Stream). Now I need to implement...
This commit adds route guide server: https://github.com/stepancheg/grpc-rust/commit/0f1faf9d9930c0243871fb15f7bd11d7c150836c Seems to be compatible with go client.
@FauxFaux I believe, it does not panic, it returns `Err`.
First, as a workaround, you can resolve addr yourself, and call `set_addr` with the resolved address (IP address instead of hostname). About proper solution. As I said, "client should attempt...
> My worry with that workaround is that I need the Authority header to be set properly. If I manually resolve it will just be set to the ip right?...
First version is implemented: client reconnects on TCP error.
If you could provide an example to reproduce the problem, it would help.
No decision. I'd start with prototyping it to understand which way is better. And for prototyping I'd chose second option. Please note that this task is probably much harder than...