Evgeny Vanslov
Evgeny Vanslov
Encoder produces wrong compressed file in case of big files (multiple chunks) ``` object GzipTest extends App { val file = new File("xxxx") //some big file val bytes = IOUtils.toByteArray(new...
I am interested in ability to bind exisiting instance recursively. Based on my understanding of source code the feature currently is not supported Kotlin example ``` @CompiledJson class Container {...
Per documentation one stack can have at most `max_tcp_endpoints` connections. When listening zocket is created , it's assigned to the stack. All accepted zockets are handled by same stack. Is...