evio icon indicating copy to clipboard operation
evio copied to clipboard

Calling wake should append c.out, instead of saving only last output call

Open rubihouri-anzu opened this issue 2 years ago • 0 comments

https://github.com/tidwall/evio/blob/c72befaf8b4ff9419bcd8b150f582a358bebf33b/evio_unix.go#L421 should be c.out = append(c.out, out...), otherwise if calling multiple wake before loopWrite is called, only the last output is sent

rubihouri-anzu avatar Apr 12 '22 08:04 rubihouri-anzu