소스 검색

after reading an event dont try to dispatch it

Chris Bannister 10 년 전
부모
커밋
c18e5b3ba2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      conn.go

+ 1 - 0
conn.go

@@ -401,6 +401,7 @@ func (c *Conn) recv() error {
 			return err
 		}
 		go c.session.handleEvent(framer)
+		return nil
 	} else if head.stream <= 0 {
 		// reserved stream that we dont use, probably due to a protocol error
 		// or a bug in Cassandra, this should be an error, parse it and return.