pull/150/head
obscuren 10 years ago
parent 2ae3bda029
commit 7d08e4f7d1
  1. 1
      ethwire/messaging.go

@ -109,7 +109,6 @@ func ReadMessages(conn net.Conn) (msgs []*Msg, err error) {
}
}
fmt.Println(n, len(buff))
if n == 0 && len(buff) == 0 {
// If there's nothing on the wire wait for a bit
time.Sleep(200 * time.Millisecond)

Loading…
Cancel
Save