swermin

Results 23 comments of swermin

Now this is confusing. This is being set on the agones sdk https://github.com/googleforgames/agones/blob/0cc90c883bc16327a31d5afabee47f580ae5a84b/pkg/sdk/sdk_grpc.pb.go#L154 but according to another part in the file it is set to ServerStream https://github.com/googleforgames/agones/blob/0cc90c883bc16327a31d5afabee47f580ae5a84b/pkg/sdk/sdk_grpc.pb.go#L483 This is just...

I did find a workaround for this. Agones only ever uses the websocket to read from it, so what I did was to make sure we send an empty body...

Hi @0xaravindh, I've been on vacation without access to a computer so its taken a bit of time for me to respond with an example. So, for our case, we...