fixes in build

This commit is contained in:
2020-08-11 22:18:57 +06:00
parent 3d3d184636
commit c3cf3f161a
3 changed files with 6 additions and 15 deletions

View File

@@ -40,8 +40,7 @@ class WebsocketsTest {
val client = HttpClient {
install(io.ktor.client.features.websocket.WebSockets)
}
val incomingWebsocketFlow = createStandardWebsocketFlow(
client,
val incomingWebsocketFlow = client.createStandardWebsocketFlow(
"$serverUrl/$suburl",
{ false } // always skip reconnection
) {