Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yschimke committed Jan 4, 2025
1 parent 72a3a68 commit cdd392d
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit cdd392d

Please sign in to comment.