Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for failWebSocket (0.2 sec)

  1. okhttp/src/main/kotlin/okhttp3/internal/ws/RealWebSocket.kt

          )
          return
        }
    
        try {
          writer.writePing(ByteString.EMPTY)
        } catch (e: IOException) {
          failWebSocket(e = e, isWriter = true)
        }
      }
    
      fun failWebSocket(
        e: Exception,
        response: Response? = null,
        isWriter: Boolean = false,
      ) {
        val streamsToCancel: Streams?
        val streamsToClose: Streams?
        val writerToClose: WebSocketWriter?
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Apr 01 14:21:25 GMT 2024
    - 22.1K bytes
    - Viewed (0)
Back to top