https://kotlinlang.org logo
Title
n

Nikky

10/27/2019, 2:06 PM
i am trying to use ping-pong and timeout on websockets with ktor.. but either chrome debugger hides those frame types.. or it does not work does anybody here have experience with that ? i am using
install(WebSockets){
        pingPeriod = Duration.ofSeconds(5)
        timeout = Duration.ofSeconds(10)
    }
a

Animesh Sahu

10/31/2019, 10:14 AM
I have exact same problem, it is not implement correctly i think, it doesn't have any documention or example either 😞
Just created an issue in ktor repository https://github.com/ktorio/ktor/issues/1418 , follow it for further updates if somebody tries to fix it.