andreslunchbox

Results 7 comments of andreslunchbox
trafficstars

> Debugging this weird issue by tapping into IPC stream itself, I have found out that GET_RELATIONSHIPS command returns > > ``` > < 2024/01/07 00:26:11.000412809 length=130 from=394 to=523 >...

Thanks @afgiel, here is the JSON payload of the activity update: `{ "Type": 0, "ApplicationId": notarealappid, "Name": "Sirocco Closed Alpha", "State": "Editing party selections", "Details": "Hosting a party", "Timestamps": {...

@afgiel Thanks for your help! Did you have a chance to look into the JSON payload?

I took a look at the link you provided, but I don't think we have changed anything around that. In fact or gateway setup has been pretty consistent for over...

Thanks! I'll give that a try. With generator do you mean these dependencies: ``` github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2 google.golang.org/protobuf/cmd/protoc-gen-go google.golang.org/grpc/cmd/protoc-gen-go-grpc ``` ?

Okay yeah looks like we updated the generator pretty recently, we are currently using v1.5.1 would that be an issue? For generation we use the Buf CLI with the default...

Yeah sorry my bad, we actually moved to Buf Remote Plugins and updated the versions off all the generators, this is or `buf.gen.yaml`: ``` version: v2 plugins: - remote: buf.build/protocolbuffers/go:v1.34.2...