예제 #1
0
파일: client.go 프로젝트: RobWC/enet
func ping_on_reliable(host enet.Host, ep string, chid uint8, data []byte) {
	s := string([]byte(data))

	fmt.Println(s)
	host.Disconnect(ep)
}