aa
This commit is contained in:
@@ -48,7 +48,7 @@ type TcpClient struct {
|
||||
s *sync.RWMutex
|
||||
}
|
||||
|
||||
func Init() {
|
||||
func init() {
|
||||
listenTcp()
|
||||
go handleTcpMessages()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user