|
|
|
|
|
by nickjj
2008 days ago
|
|
> LiveView is just channels under the hood. Once you consider that, long polling may seem more obvious It's not obvious to me for user invoked page transitions because when I think of long polling, I think of an automated time based mechanism that's responsible for making the request, not the user. But a page transition is invoked by the user at an undetermined amount of time / interval (it might happen 2 seconds after they load the page or 10 minutes). |
|