Hello everyone: I am using implementation(“io.ktorktor network2.0.0”) in kotlin multiplatform.
1. Able to authenticate it using WriteFully(“”) and got response.
2. Next Sent WriteFully(“some data”) and getting null response.
I used iOS native NWNetwork connection I am able to send and receive every comms.
is Ktor-network not supporting NWNetwork?