Hi, I'm seeing differences in behavior of the Python vs Golang gRPC. >From localhost tests of the Helloworld quickstarts, Python unary gRPC seems to always (?) make the client follow its TCP "FIN, ACK" with "RST, ACK". In a Golang quickstart, this happens every few calls, with the majority performing the usual FIN->FIN->ACK sequence.
Here is a repository which demonstrates this https://github.com/marcindulak/grpc-client-tcp-rst Marcin -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to grpc-io+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/8847259c-6240-4722-8e26-f342b8dfc5cdn%40googlegroups.com.