I am using bidirectional stepped client and sometimes get this error: ``` InvalidState "stream error" ``` I tracked it down to this line but it is not clear to me why it is happening. https://github.com/haskell-grpc-native/http2-grpc-haskell/blob/master/http2-client-grpc/src/Network/GRPC/Client.hs#L229 Could you please point me to the right direction?
I am using bidirectional stepped client and sometimes get this error:
I tracked it down to this line but it is not clear to me why it is happening.
https://github.com/haskell-grpc-native/http2-grpc-haskell/blob/master/http2-client-grpc/src/Network/GRPC/Client.hs#L229
Could you please point me to the right direction?