socket.io-client-java icon indicating copy to clipboard operation
socket.io-client-java copied to clipboard

Ktx support

Open PatilShreyas opened this issue 4 years ago • 0 comments

It would be nice to have kotlin extensions support for this library. It'll make easy development for kotlin.

For e.g.

socket.on("chat-message") { data ->
    // handle data
}

PatilShreyas avatar Mar 09 '20 11:03 PatilShreyas