Zino Hofmann

Results 24 comments of Zino Hofmann

This works for us: ```ts const channelOptions: ChannelOptions = { ...channelOptions, // Send keepalive pings every 10 seconds, default is 2 hours. 'grpc.keepalive_time_ms': 10 * 1000, // Keepalive ping timeout...

Hey @logidelic, We ended up with the following config for the **client**: ```ts // See: https://grpc.github.io/grpc/cpp/md_doc_keepalive.html const channelOptions: ChannelOptions = { ...channelOptions, // Send keepalive pings every 6 minutes, default...

@mattalberts Anyone currently working on this?

Cannot set a CSP `nonce` the server script, that should probably be added.

@pkrolikowski - Did you find a solution?

@neonthe1way yes, in our case we needed to add the correct host headers on the request so that the ingress gateway knew where to route to. In the end we...

@stephenh - My apologies! I had mistakenly linked to a private repo, but it's now public.

Hi @stephenh and @timostamm, Thanks for the insights—much appreciated! I've done some preliminary research on resizable `ArrayBuffers`, and they seem particularly promising for improving performance in protocol buffer processing. Here’s...

@stephenh - Sorry for the delay in getting back to this! I was swamped with the US tax deadline (October 15), so it took me a while to follow up....