Skip to content

Commit 04517ad

Browse files
authored
Fix #3860 (#3861)
1 parent e06b5b8 commit 04517ad

File tree

1 file changed

+1
-1
lines changed
  • arrow-libs/suspendapp/suspendapp-ktor/src/commonMain/kotlin/arrow/continuations/ktor

1 file changed

+1
-1
lines changed

arrow-libs/suspendapp/suspendapp-ktor/src/commonMain/kotlin/arrow/continuations/ktor/KtorServer.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ private suspend fun EmbeddedServer<*, *>.release(
106106
delay(preWait.inWholeMilliseconds)
107107
}
108108
environment.log.info("Shutting down HTTP server...")
109-
stopSuspend(grace.inWholeMilliseconds, timeout.inWholeMicroseconds)
109+
stopSuspend(grace.inWholeMilliseconds, timeout.inWholeMilliseconds)
110110
environment.log.info("HTTP server shutdown!")
111111
}
112112

0 commit comments

Comments
 (0)