Skip to content
Prev Previous commit
Next Next commit
Fixes
  • Loading branch information
yschimke committed Jan 4, 2025
commit cdd392d7216301afa6a65974275b03d3217bbc2f
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,13 @@ open class RecordingConnectionListener(
}

override fun connectStart(
connectionId: Long,
route: Route,
call: Call,
) = logEvent(ConnectionEvent.ConnectStart(System.nanoTime(), route, call))

override fun connectFailed(
connectionId: Long,
route: Route,
call: Call,
failure: IOException,
Expand Down
Loading