Skip to content

Instantly share code, notes, and snippets.

@vaibhavgoyal09
Created November 19, 2021 08:14
Show Gist options
  • Select an option

  • Save vaibhavgoyal09/d47310bd586e575f14183c52cf691788 to your computer and use it in GitHub Desktop.

Select an option

Save vaibhavgoyal09/d47310bd586e575f14183c52cf691788 to your computer and use it in GitHub Desktop.
fun Application.configureSockets() {
install(WebSockets) {
pingPeriod = Duration.ofSeconds(15)
timeout = Duration.ofSeconds(15)
maxFrameSize = Long.MAX_VALUE
masking = false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment