mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-27 05:15:47 +00:00
switch net.tcp.client conn to pointer
This commit is contained in:
@@ -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