Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for closeMessageAndConnectionCloseThrowingDoesNotMaskOriginal (0.34 sec)

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

        client.webSocket!!.close(1000, null)
        taskFaker.runTasks()
        client.listener.assertFailure(IOException::class.java, "source is closed")
      }
    
      @Test
      fun closeMessageAndConnectionCloseThrowingDoesNotMaskOriginal() {
        // So when the client sends close it throws an IOException.
        server.source.close()
        client.webSocket!!.close(1000, "Bye!")
        taskFaker.runTasks()
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Thu Apr 11 01:59:58 UTC 2024
    - 18.5K bytes
    - Viewed (0)
Back to top