Connection

inner class Connection(websocket: <ERROR CLASS>, scope: CoroutineScope) : RPCConnection, CoroutineScope

Functions

close
Link copied to clipboard
darwin
open suspend override fun close()
receive
Link copied to clipboard
darwin
open suspend override fun receive(): SerializedFrame
send
Link copied to clipboard
darwin
open suspend override fun send(frame: SerializedFrame)

Properties

coroutineContext
Link copied to clipboard
darwin
open override val coroutineContext: CoroutineContext
scope
Link copied to clipboard
darwin
val scope: CoroutineScope
websocket
Link copied to clipboard
darwin
val websocket: <ERROR CLASS>