Skip to content

Commit b2b7131

Browse files
sstoltzecamelpunch
andcommitted
Co-authored-by: Andrew Bruce <andrew.bruce@maersk.com>
1 parent b2ab0c7 commit b2b7131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tds/tls.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ defmodule Tds.Tls do
206206

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

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

0 commit comments

Comments
 (0)