aprs.me/lib/aprsme/packets
Graham McIntire 2fc4706d3d
fix: stop silent packet loss, timer leak, and seq-scans
- packet_consumer: when a batch exceeds max_batch_size, carry the
  excess over to the next cycle instead of dropping it. Previously
  any overage was split off into a drop list that was only logged,
  losing packets the producer had already acknowledged.

- map_live: cancel the hover_end_timer in terminate/2 so a user
  disconnecting while a marker is still highlighted doesn't leave
  an orphaned timer behind.

- packet_consumer: rescue/log exceptions inside the async broadcast
  task so PubSub serialization bugs or outages are observable
  instead of silently killing the Task.

- prepared_queries: swap ST_Y/ST_X BETWEEN predicates for the && /
  ST_MakeEnvelope pattern so bounds queries hit the GIST index on
  packets.location instead of sequentially scanning.
2026-04-21 09:29:06 -05:00
..
clustering.ex Move client-side logic to server-side LiveView 2026-02-20 08:54:34 -06:00
prepared_queries.ex fix: stop silent packet loss, timer leak, and seq-scans 2026-04-21 09:29:06 -05:00
query_builder.ex Consolidate 24 packet columns into JSONB data field 2026-02-20 13:02:47 -06:00