wssSignalingServer

suspend fun HttpClient.wssSignalingServer(    exchange: SendExchange<Message.Incoming, Message.Outgoing>,     request: HttpRequestBuilder.() -> Unit,     block: suspend SignalingServer.() -> Unit)

Invokes the given block with a SignalingServer available at the provided request.

Parameters

exchange

the SendExchange used to answer requests from the other side.

request

the HTTP request builder.

block

the block executed once the connection is established.