Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for reconnectingToNonWebSocket (0.15 sec)

  1. okhttp/src/test/java/okhttp3/internal/ws/WebSocketHttpTest.kt

        webSocket.send("hello")
        webSocket.close(1000, null)
      }
    
      /** https://github.com/square/okhttp/issues/7768  */
      @Test
      @Throws(InterruptedException::class)
      fun reconnectingToNonWebSocket() {
        for (i in 0..29) {
          webServer.enqueue(
            MockResponse.Builder()
              .bodyDelay(100, TimeUnit.MILLISECONDS)
              .body("Wrong endpoint")
              .code(401)
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sun Mar 31 17:16:15 UTC 2024
    - 35.2K bytes
    - Viewed (0)
Back to top