Mikko Kortelainen

Results 13 issues of Mikko Kortelainen

build.sbt includes com.hadoop.gplcompression which is GPLv3 therefore this project should be too to comply with the terms. What is this PR for? Change license to be compatible with license of...

I use a scenario where I receive data from a client connection as follows ``` int nReady = selector.select(this.readTimeout); if (nReady == 0) { throw new TimeoutException("read timed out"); }...