Alex

Results 1 issues of Alex

WebSocket timeout and phoenix_gen_socket_client are not reconnecting to the WebSocket server. I added a timeout behavior to my server WebSocket in `endpoint.ex`: `socket "/socket", MyWeb.UserSocket, websocket: [timeout: 30_000], longpoll: false`...