We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d60e06 + db7dc99 commit d65a800Copy full SHA for d65a800
1 file changed
lib/segment/batcher.ex
@@ -91,6 +91,8 @@ defmodule Segment.Analytics.Batcher do
91
{:noreply, {client, queue}}
92
end
93
94
+ def handle_info({:ssl_closed, _msg}, state), do: {:no_reply, state}
95
+
96
# Helpers
97
defp schedule_batch_send do
98
Process.send_after(self(), :process_batch, Segment.Config.batch_every_ms())
0 commit comments