feat: test grpc client reconnects

Ensure that we don't receive GOAWAY after 30 minutes of repeated calls to our server
This commit is contained in:
talksik
2025-03-26 14:21:53 -07:00
commit 2e6d931974
6 changed files with 143 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
.PHONY: generate
generate:
rm -rf protos
cp -r ../flowy/protos .
./genproto.sh
go generate ./...