Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref(actix): Migrate the RelayCache actor (#1485)
Updates the Relay cache to run as Tokio service. The upstream query is moved to a background task with its own mpsc. All other operations, such as updating the internal map and retrieving relay information, run sequentially in the service.
- Loading branch information