/map's PropagationMap hook pushes `map_bounds` on every moveend/zoomend. When a user live-navigates from /map to /weather, an in-flight bounds push can land on the new WeatherMapLive (the same LV channel survives the navigation), and WeatherMapLive's `handle_event/3` had no clause for it — the LV process crashed with FunctionClauseError, taking the user's session down. WeatherMapLive doesn't need viewport bounds — the /weather/cells HTTP endpoint reads them off the URL the client builds — so the safe fix is a no-op handler. Tested. |
||
|---|---|---|
| .. | ||
| controllers | ||
| live | ||
| plugs | ||
| analytics_test.exs | ||
| live_helpers_test.exs | ||
| live_table_footer_test.exs | ||
| location_resolver_test.exs | ||
| metrics_log_suppression_test.exs | ||
| metrics_plug_test.exs | ||
| skew_t_property_test.exs | ||
| skew_t_test.exs | ||
| telemetry_test.exs | ||
| user_auth_test.exs | ||