mirror of
https://github.com/vishvananda/netlink.git
synced 2025-09-26 20:01:13 +08:00
Revert "Change behavior of Subscribe
to non-blocking. Fix test."
This reverts commit 916f9685fa
.
This commit is contained in:

committed by
Alessandro Boch

parent
856e190dd7
commit
1e68b2710d
@@ -2434,9 +2434,6 @@ func linkSubscribeAt(newNs, curNs netns.NsHandle, ch chan<- LinkUpdate, done <-c
|
||||
for {
|
||||
msgs, from, err := s.Receive()
|
||||
if err != nil {
|
||||
if err == syscall.EAGAIN {
|
||||
continue
|
||||
}
|
||||
if cberr != nil {
|
||||
cberr(fmt.Errorf("Receive failed: %v",
|
||||
err))
|
||||
|
Reference in New Issue
Block a user