Anton Dmitriev

Results 2 comments of Anton Dmitriev

Hi @petersamokhin. I wrote the following code to reproduce the issue: ``` fun main() { embeddedServer(Netty, port = 7654) { install(WebSockets) routing { webSocket("/ws") { closeReason.invokeOnCompletion { cause -> println("Closed:...

Hi, @SpikingNeurons. In case of Apache Arrow it makes sense to keep looking at https://github.com/tensorflow/tensorflow/pull/23002 pull requests (the goal of it is to add Apache Arrow support into TensorFlow).