| suspend fun StompClient.connectAwait(port: Int, host: String): StompClientConnectionsuspend fun StompClient.connectAwait(net: NetClient): StompClientConnectionsuspend fun StompClient.connectAwait(port: Int, host: String, net: NetClient): StompClientConnectionConnects to the server. suspend fun StompClient.connectAwait(): StompClientConnectionConnects to the server using the host and port configured in the client's options. |