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
It seems there is a bug in the overlay service that is causing Trin to send 4 FindContent requests instead of 1, even if the first request is successful.
The "ghost" FindContent requests are sent inside handle_find_content_query_event when the query status is QueryEvent::Waiting.
I suspect that this is because the QueryEvent is in waiting status until the uTP of the first FindContent request completes, which triggers the additional requests.
The text was updated successfully, but these errors were encountered:
It seems there is a bug in the overlay service that is causing Trin to send 4 FindContent requests instead of 1, even if the first request is successful.
The "ghost" FindContent requests are sent inside handle_find_content_query_event when the query status is
QueryEvent::Waiting
.I suspect that this is because the
QueryEvent
is in waiting status until the uTP of the firstFindContent
request completes, which triggers the additional requests.The text was updated successfully, but these errors were encountered: