Tim
Tim
Is this even possible? What happens if two reactors are writing to/reading from the same socket?
Could you expand on the semantics of graceful shutdown a bit? I assume it doesn't allow new connections, but does it allow existing connections to continue to make requests? I've...
Is there any way this code could be made more modular so that folks not using `TcpServer` could get at it?
@rozaliev this test was of roundtrip latency, not throughput.
To expand on the bit about simpler user code: The `P: ClientProto` trait bound means that codec details are potentially exposed in `ClientService`'s type params. Consider a codec generic over...
I'd say the net flexibility is unchanged. This change rebalances the flexibility in favor of the user, leaving less for you the tokio-proto author.
This would be really great for reaching feature-parity with protocol buffers. In proto3 Java, unknown variants deserialize to a special `UNRECOGNIZED` variant. This allows new variants to be added backwards-compatibly....
Thanks so much! I'm away this week, will hopefully review next week
Sorry for the delay! I'll get it released this week.
It is now released, thank you for your patience! 🙏