Skip to content

NIO Channels edition, issues with blocking channel IO

Compare
Choose a tag to compare
@neocoretechs neocoretechs released this 04 Jun 07:21
· 38 commits to master since this release

This version uses NIO channels which seem to be problematic in blocking mode as channels chunk the data unpredictably, [presumably after the TCP window is exceeded. Perhaps a non blocking IO with selector would be the answer, but for now good old streams are the next release.