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
Queries are put to the queue and then moved to another internal queue. If this internal queue is full, the query is just dropped, and there is no way to know about it on the caller side.
Introduce some kind of backpressure and ensure that "Outbound message queue full" errors don't occur anymore.
Sanitize interface for send_query — return channel and hide the details about id matching.
The text was updated successfully, but these errors were encountered:
https://github.com/subsquid/sqd-network/blob/main/crates/transport/src/actors/gateway.rs#L257
Queries are put to the queue and then moved to another internal queue. If this internal queue is full, the query is just dropped, and there is no way to know about it on the caller side.
"Outbound message queue full"
errors don't occur anymore.send_query
— return channel and hide the details about id matching.The text was updated successfully, but these errors were encountered: