i am trying to use ping-pong and timeout on websoc...
# ktor
n
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
Copy code
install(WebSockets){
        pingPeriod = Duration.ofSeconds(5)
        timeout = Duration.ofSeconds(10)
    }
a
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.