Allow for partial buffer writing
Closed this issue · 1 comments
Citymonstret commented
Split any writing into smaller chunks, currently the data could be bigger than the buffer and thus it would not be written at all = no good
Citymonstret commented
Wrap all sending in a ChannelFuture, as syncing on the main I/O thread isn't possible.