-
-
Notifications
You must be signed in to change notification settings - Fork 234
Open
Description
Hello!
My issue is: after
GunRes = gun:await(ConnPid, StreamRef, ?TIMEOUT),
case GunRes of
{response, nofin, HttpCode = 200, _Headers} ->
case gun:await_body(ConnPid, StreamRef, ?TIMEOUT) of
I get from time to time
{error,{stream_error,{closed,{error,closed}}}}
Options for connecting are:
Opts = #{
connect_timeout => 5000,
http2_opts => #{
keepalive => 60 * 1000,
initial_connection_window_size => 65535,
initial_stream_window_size => 65535
},
protocols => [http2],
retry => 100,
retry_timeout => 1000 % 1s
},
Both applications in the same AWS accounts, on the dashboard it looks as
Metadata
Metadata
Assignees
Labels
No labels