Babur Makhmudov
Babur Makhmudov
In implementation of `Future` trait for `actix::contextimpl::ContextFut` there's a section which concerns with mailbox processing: https://github.com/actix/actix/blob/8dfab7eca079bec0a83c6d425a37c19da5106565/actix/src/contextimpl.rs#L380-L386 the implementation itself is OK, except for the cases when mailbox is constantly being...
Hello, I've been fighting with this issue for some time now, and cannot seem to understand what's the root of the problem. Let's imagine we have the following code: ```rust...
Sometimes, some worker threads, that manager webosket connections, go into infinite loop trying to establish working websocket connection to validator. Need to figure out the reason, why it happens, and...
Cacher relies on the fact that cache entries have corresponding active ws subscriptions, in order to detect whether the cache entry might be stale or not. But sometimes it may...
#### Problem Slots streaming starts later than accounts, if validator started with old snapshot. Here's what happens step by step: 1. After fresh validator start, it usually downloads snapshot in...
Context: 1. Drift-Gateway is used to place and then modify order on `DOGE-PERP` market (mainnet) 2. Order placement is successful with `market_index = 7` and `market_type = "perp"` parameters 3....