ktor-websockets
Toggle table of contents
3.4.0
common
Target filter
common
Switch theme
Search in API
Skip to content
ktor-websockets
ktor-websockets
/
io.ktor.websocket
/
WebSocketChannelsConfig
/
bounded
bounded
fun
bounded
(
capacity
:
Int
,
onOverflow
:
ChannelOverflow
=
ChannelOverflow.SUSPEND
)
:
ChannelConfig
(
source
)
A configuration with a specific
capacity
and
onOverflow
strategy.
Report a problem