I am trying to integrate Ktor network framework in...
# multiplatform
k
I am trying to integrate Ktor network framework in commonMain/iosMain with in my project. These are the use cases: 1. Connect Ktor network library with server socket - success 2. Authenticate with server socket - success 3. After authentication I am trying to send some data to server socket. Problem : socket is not taking next write command. I want to send the n-number of write/read commands from client mobile. Native-iOS: I used iOS native NWNetwork connection I am able to send and receive every comms. is Ktor-network not supporting NWNetwork?