Daniel Hobbs

Results 7 comments of Daniel Hobbs

Just [confirmed](https://github.com/dbhobbs/grpcbox/blob/main/src/grpcbox_client_stream.erl#L22) that dropping the `+proto` solved the 404 `http_error`. It is quite silly and frustrating that it works like this, but alas, I'll work on getting a PR put...

I'm seeing this as well. May be related to #162.

I believe I'm seeing this issue surface when modifying the schema of a larger table (~700_000 records) in an Ecto migration. The `alter table(:table_name) do ... end` statement will timeout...

We've also started seeing this error in our logs after an update to Erlang 21.2 `{:ssl_closed, {:sslsocket, {:gen_tcp, #Port, :tls_connection, :undefined}, [#PID, #PID]}}` Could this be related to the change...

@binarylogic we have not found a workaround. Fortunately for us the error occurs in our pubsub connection, so we just receive the message again after it fails. I've been waiting...

Is reading the body required? I don't see that mentioned in any of the documentation. :thinking:

> Hello all. I was reading the conversation going on here and I think what you suggested and refined for throttling repeated requests is a very good approach if a...