You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A reasonable approach to this is to return a custom error type from the UtpController::connect_inbound_stream(). The error type can embed whether it failed during connection or download. Perhaps there are even more cases we want to track?
Then, with that error info, we can send the correct failure type to query_trace_events_tx in the overlay service.
A reasonable approach to this is to return a custom error type from the
UtpController::connect_inbound_stream()
. The error type can embed whether it failed during connection or download. Perhaps there are even more cases we want to track?Then, with that error info, we can send the correct failure type to
query_trace_events_tx
in the overlay service.This is a continuation of the work in #1479
The text was updated successfully, but these errors were encountered: