Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for unacknowledgedPingFailsConnection (2.95 sec)

  1. okhttp/src/jvmTest/kotlin/okhttp3/internal/ws/WebSocketHttpTest.kt

       * responding to pings. The client should give up when attempting to send its 2nd ping, at about
       * 1000 ms.
       */
      @Test
      fun unacknowledgedPingFailsConnection() {
        assumeNotWindows()
        client =
          client
            .newBuilder()
            .pingInterval(Duration.ofMillis(500))
            .build()
    
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Tue Nov 04 19:13:52 UTC 2025
    - 35.5K bytes
    - Viewed (0)
Back to top