Skip to content

Commit

Permalink
修复 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dgqypl committed Feb 4, 2024
1 parent 970d98d commit bd66c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func (ch *ChannelImpl) SetReadWait(readwait time.Duration) {
if readwait == 0 {
return
}
ch.writeWait = readwait
ch.readwait = readwait
}

// Declare a function called Readloop that belongs to the ChannelImpl struct.
Expand Down

0 comments on commit bd66c6b

Please sign in to comment.