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