working on 'add remote' command and 'refresh' command
This commit is contained in:
@@ -30,6 +30,7 @@ func main() {
|
||||
})
|
||||
server.OnClientConnectionClosed(func(c *tcp_server.Client, err error) {
|
||||
// connection with client lost
|
||||
fmt.Println("Connection with client closed")
|
||||
})
|
||||
|
||||
server.Listen()
|
||||
|
Reference in New Issue
Block a user