You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop-in GenServer replacement, no additional handlers. Every handle_* callback that changes the state is hooked to push the state to clients via Phoenix Channel. This is the current implementation.
Maintain separate state that gets updated and synchronized via handle_action/handle_mount callbacks.
Current proposals:
Drop-in GenServer replacement, no additional handlers. Every handle_* callback that changes the state is hooked to push the state to clients via Phoenix Channel. This is the current implementation.
Maintain separate state that gets updated and synchronized via handle_action/handle_mount callbacks.