fixes in build
This commit is contained in:
core/ktor/client/src/commonMain/kotlin/com/insanusmokrassar/postssystem/core/ktor/client/content
ktor
client
src
commonMain
kotlin
com
insanusmokrassar
postssystem
ktor
client
tests
src
test
kotlin
com
insanusmokrassar
postssystem
ktor
tests
@ -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
|
||||
) {
|
||||
|
Reference in New Issue
Block a user