ninenines / gun

HTTP/1.1, HTTP/2, Websocket client (and more) for Erlang/OTP.
ISC License
891 stars 232 forks source link

settings_timeout when connecting elixir grpc to python server #215

Closed mairbek closed 4 years ago

mairbek commented 4 years ago

We are observing periodic {:cow_http2_machine, :settings_timeout} error messages when trying to connect from elixir grpc to python server.

See more details in the original issue https://github.com/elixir-grpc/grpc/issues/132

mairbek commented 4 years ago

Any updates? This blocks our [ @brexhq ] migration to gRPC

essen commented 4 years ago

I have not prioritized it yet.

Why does this block your migration? This is just a message being logged. Note that the fix for this is to make Gun close the connection, so either way it seems you'll want to increase the timeout value if your server is too slow.

essen commented 4 years ago

Fixed in 1b7b5ca356609574dac30dbec846dbd75718624e. Thanks!