A server and client program that providing full-duplex communication channels over a single TCP connection.
repositories {
maven { url 'http://kamatama41.github.com/maven-repository/repository' }
}
dependencies {
implementation 'com.github.kamatama41:nsocket:<latest-version>'
}Refer to the test code