Relative Content

Tag Archive for goqueuegrpccqrsgrpc-go

Command bus not working after first call in gRPC-Go

I’m working on my first project in Go Lang and facing an issue that I still cannot solve. The application is in hexagonal architecture using gRPC. When a specific method is called in gRPC, it works properly on the first usage but no longer works in the next requests. If I make 5 requests, none of them reach the handler, only the first one.