Does any of the reconnect logic work if the client reconnects to a different server instance, or across deployment?
@germanvelasco9 ай бұрын
I believe it does (so long as your server can rerender the form data with the phx-auto-recover event). The reconnect logic is really happening on the client side. It just sends the latest changes again on reconnect. So your server (regardless of node) has a chance to rerender the page with the data the client just sent.