grpc-swift
grpc-swift copied to clipboard
Add GRPCStreamStateMachine
Motivation
We need a state machine to drive the stream lifetime logic for both the client and the server.
Modifications
Added a GRPCStreamStateMachine that drives the logic for both clients and servers.
Result
Closer to having a complete HTTP2 transport implementation.