Skip to content

Commit

Permalink
fix: send a db message on ready_on_query (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
abc3 authored Nov 13, 2024
1 parent 9982a32 commit 7ec3627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/supavisor/client_handler.ex
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ defmodule Supavisor.ClientHandler do
:ready_for_query ->
Logger.debug("ClientHandler: Client is ready")

:ok = sock_send_maybe_active_once(bin, data)
:ok = HandlerHelpers.sock_send(data.sock, bin)

db_pid = handle_db_pid(data.mode, data.pool, data.db_pid)

Expand Down

0 comments on commit 7ec3627

Please sign in to comment.