<How to get the value of another function synchron...
# stackoverflow
u
How to get the value of another function synchronously I am using the ktor websocket module When I send data to the client, how do I get the data back from the client after this send? val result = serverSession.send(json) // result Just like this It is actually the Unit type But I want to get the String