go-mplex
go-mplex copied to clipboard
Correctly implement write deadlines
trafficstars
Write deadlines should:
- Apply to in-progress writes.
- Shouldn't corrupt the state of the entire connection.
this sort of thing should be easier to do on top of the write coalescer in #54
Definitely.