diff --git a/tcp-client.go b/tcp-client.go index 95c827f..3855320 100644 --- a/tcp-client.go +++ b/tcp-client.go @@ -12,7 +12,7 @@ import ( type TCPClient struct { config ModuleConfig framer framing.Framer - conn net.Conn + conn *net.TCPConn router *Router Addr *net.TCPAddr }