We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdad634 commit c91147eCopy full SHA for c91147e
w5500/netdev.go
@@ -246,7 +246,6 @@ func (d *Device) waitForEstablished(sockn uint8) error {
246
if err := d.listen(sockn); err != nil {
247
return errors.New("could not set socket to listen: " + err.Error())
248
}
249
- break
250
251
252
d.irqPoll(sockn, sockIntConnect|sockIntDisconnect, time.Time{})
0 commit comments