Simon Woolf

Results 51 comments of Simon Woolf
trafficstars

Log shows attach() being called at 14:27:24, then absolutely nothing for two minutes, then at 14:29:23 the library notices it's not actually connected (websocket lib noticing lack of pong response),...

On one hand, yeah, according to the spec, rest#request shouldn't be throwing an error if it receives an error response. On the other hand... I kindof like this behaviour better...

@amsurana Just want to check in on the status of this? Bit worried that this issue seems to be left open after the 1.1 release -- as noted in the...

I agree with Matt. Exponential backoff is great for congestion avoidance, but AFAICT there's no suggestion that that's an issue here. I don't follow the "for client performance" reasoning: if...

Reply from customer about how he's serializing the token request: > I use symfony so it uses the JMSSerializer Bundle to serialize the json. I created a custom entity as...

@beligante I'm just attempting to integrate elixir-grpc now, and before I even found this issue, I was trying to use a workaround like to the one you sketched out [here](https://github.com/elixir-grpc/grpc/issues/270#issuecomment-1287799556)...

> I've been thinking about this some more and wondering whether supplying an optional boolean "force" to the connection close method might be better. to be clear, are you asking...

It looks like the only missing feature here is that the SDK doesn't handle a content-type of `application/jwt` as a synonym for `text/plain`. (After all, the SDK handles text tokens...

I don't fundamentally object to tree-shakability. But honestly the expected savings here seem not that exciting given the additional complexity to the user (and work to us)? 225kB down to...

opened it to bring to your attention, but then you appeared in the chat, so shrug :)