+3
-4
examples/record_consumer.ex
+3
-4
examples/record_consumer.ex
···
+1
-50
lib/consumer.ex
+1
-50
lib/consumer.ex
···
-39
lib/consumer_group.ex
-39
lib/consumer_group.ex
···
+12
-5
lib/drinkup.ex
+12
-5
lib/drinkup.ex
···
+16
lib/event.ex
+16
lib/event.ex
······def valid_seq?(last_seq, seq) when is_integer(last_seq) and is_integer(seq), do: seq > last_seq
+1
-1
lib/record_consumer.ex
+1
-1
lib/record_consumer.ex
+11
-13
lib/socket.ex
+11
-13
lib/socket.ex
···············+def connected(:info, {:gun_ws, conn, stream, {:binary, frame}}, %{options: options} = data) do# TODO: let clients specify a handler for raw* (*decoded) packets to support any atproto subscription···