You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using ExAws.request and TLS connection to AWS gets closed, the calling process receives unexpected message {:ssl_closed, {:sslsocket, {:gen_tcp, #Port<0.80147>, :tls_connection, :undefined}, #PID<0.2224.2>}}
Environment
Current behavior
When using
ExAws.request
and TLS connection to AWS gets closed, the calling process receives unexpected message{:ssl_closed, {:sslsocket, {:gen_tcp, #Port<0.80147>, :tls_connection, :undefined}, #PID<0.2224.2>}}
This is actually caused by hackney issue benoitc/hackney#464
Expected behavior
No unexpected messages
The text was updated successfully, but these errors were encountered: