0

I have this function:

private suspend fun sendHandshakeAnswer(websocket: DefaultWebSocketServerSession): SocketSession? {
    val dbSession = SessionManager.startSession(
        user,
        InetAddress.getByName(websocket.call.request.origin.remoteHost),
        fingerprint,
        videocard
    )
}

How do I make a call to this function as required by idea?

Phil Dukhov
  • 67,741
  • 15
  • 184
  • 220

0 Answers0