Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
andyl committed Apr 22, 2024
2 parents 4bcf522 + 584e828 commit ef12c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eventloop_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func (el *eventloop) open(c *conn) error {
}

if !c.outboundBuffer.IsEmpty() {
if err := el.poller.AddWrite(&c.pollAttachment); err != nil {
if err := el.poller.ModReadWrite(&c.pollAttachment); err != nil {
return err
}
}
Expand Down

0 comments on commit ef12c18

Please sign in to comment.