소스 검색

comments

master
AJ ONeal 6 년 전
부모
커밋
4342aa3901
  1. 3
      chatserver.go

3
chatserver.go

@ -433,6 +433,9 @@ func main() {
if ok {
ar.Chan <- av
} else {
// sending empty object so that I can still send a copy
// rather than a pointer above. Maybe not the right way
// to do this, but it works for now.
ar.Chan <- authReq{}
}
case ar := <-delAuthReqs:

불러오는 중...
취소
저장