Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Bruce <[email protected]>
  • Loading branch information
sstoltze and camelpunch committed Apr 16, 2024
1 parent b2ab0c7 commit b2b7131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tds/tls.ex
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ defmodule Tds.Tls do

def handle_info({tag, _} = msg, %{owner_pid: pid} = s) when tag in [:tcp_closed, :ssl_closed] do
Kernel.send(pid, msg)
{:stop, tag, s}
{:noreply, s}
end

def handle_info({tag, _, _} = msg, %{owner_pid: pid} = s)
Expand Down

0 comments on commit b2b7131

Please sign in to comment.