Browse Source

Start TMSPClient automatically

pull/1780/head
Jae Kwon 9 years ago
parent
commit
e2426d2944
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      client/golang/client.go

+ 1
- 0
client/golang/client.go View File

@ -48,6 +48,7 @@ func NewTMSPClient(conn net.Conn, bufferSize int) *TMSPClient {
resCb: nil,
}
cli.QuitService = *NewQuitService(nil, "TMSPClient", cli)
cli.Start() // Just start it, it's confusing for callers to remember to start.
return cli
}


Loading…
Cancel
Save