Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Slice was being filtered but the loop counter wasn't being modified ``` panic: runtime error: index out of range [1] with length 1 goroutine 8 [running]: /Users/sean/go/src/github.com/pion/mdns/conn.go:965 +0xb9c /Users/sean/go/src/github.com/pion/mdns/conn.go:976 +0x1e4 /Users/sean/go/src/github.com/pion/mdns/conn.go:1018 +0x90 /Users/sean/go/src/github.com/pion/mdns/conn.go:1013 +0x234 ```
- Loading branch information