예제 #1
0
func (this *ControllerHandle) MakeSession(sess *tcp.Session) {
	lg.Info("%s new connection ", sess.RemoteAddr())
}
예제 #2
0
func (this *ControllerHandle) LostSession(sess *tcp.Session) {
	lg.Info("%s disconnect ", sess.RemoteAddr())
}
예제 #3
0
파일: handle.go 프로젝트: avldya/OWL-v3
func (this *InspectorHandle) LostSession(sess *tcp.Session) {
	lg.Info("%s disconnect ", sess.RemoteAddr())
}