upfix of default in includeWebsocketHandling

This commit is contained in:
InsanusMokrassar 2020-11-27 17:53:29 +06:00
parent ab11e28bf7
commit 6cc0eefb3e

View File

@ -34,7 +34,7 @@ fun <T> Route.includeWebsocketHandling(
suburl: String,
flow: Flow<T>,
serializer: SerializationStrategy<T>,
serialFormat: StandardKtorSerialFormat
serialFormat: StandardKtorSerialFormat = standardKtorSerialFormat
) = includeWebsocketHandling(
suburl,
flow