(no title)
dnsbty | 5 years ago
And iirc I believe LiveView will have all the state necessary client-side to be able to reconstruct the session when reconnecting the socket. I’m not near my development machine to make sure on that one though.
dnsbty | 5 years ago
And iirc I believe LiveView will have all the state necessary client-side to be able to reconstruct the session when reconnecting the socket. I’m not near my development machine to make sure on that one though.
te_chris|5 years ago
Liveview is built on top of channels, so worth reading up about them: https://hexdocs.pm/phoenix/channels.html
out_of_protocol|5 years ago