From 9eee621e3fc6f7e5759c0de167ee7542df799f50 Mon Sep 17 00:00:00 2001 From: ruslandoga Date: Sat, 9 Nov 2024 16:56:00 +0700 Subject: [PATCH] Fix typo (#716) --- lib/postgrex/protocol.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/postgrex/protocol.ex b/lib/postgrex/protocol.ex index 3d681e67..1abd86d0 100644 --- a/lib/postgrex/protocol.ex +++ b/lib/postgrex/protocol.ex @@ -3286,7 +3286,7 @@ defmodule Postgrex.Protocol do disconnect(s, :tcp, "async_recv", reason, :active_once) after timeout -> - disconnect(s, :tcp, "async_recv", :timeout, :active_one) + disconnect(s, :tcp, "async_recv", :timeout, :active_once) end end