Skip to content

You can manually disconnect from a LiveView socket via devtools

Open devtools, in the JavaScript you can type liveSocket.connect() or liveSocket.disconnect() to play with what happens when you lose and regain connectivity. Docs , video where I spotted someone do it first.