Can't check websocket message in alb idle timeout?

0

Can't check websocket message in alb idle timeout?

Connected to ec2 websocket server using alb

I am getting disconnected due to idle timeout even though I am continuously sending messages.

Is there any way to solve it?

joon
已提问 1 年前1047 查看次数
1 回答
0

As described in this document, the ALB idle timeout is 60 seconds by default.
https://docs.aws.amazon.com/elasticloadbalancing/latest/application/application-load-balancers.html#connection-idle-timeout

By default, Elastic Load Balancing sets the idle timeout value for your load balancer to 60 seconds. Use the following procedure to set a different idle timeout value.

Therefore, if the timeout is shorter than the WebSocket message transmission, the ALB idle timeout value must be increased or the communication will be disconnected.
Try it for 300 seconds and see if the error goes away.

profile picture
专家
已回答 1 年前
  • Already set the idle timeout to 3600 seconds Websocket messages are being sent and received every few minutes. Still disconnecting

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则