mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-08-14 02:43:40 +00:00
switch net.tcp.client conn to pointer
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ import (
|
||||
type TCPClient struct {
|
||||
config ModuleConfig
|
||||
framer framing.Framer
|
||||
conn net.Conn
|
||||
conn *net.TCPConn
|
||||
router *Router
|
||||
Addr *net.TCPAddr
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user