refactor: Subscription Manager uses async framework (#1605)

Fix #1209
This commit is contained in:
cyan317
2024-08-16 13:46:14 +01:00
committed by GitHub
parent 5332d3e9f0
commit 4cbd3f5e18
33 changed files with 396 additions and 488 deletions

View File

@@ -37,7 +37,6 @@
#include <stdexcept>
#include <string>
using namespace feed;
using namespace web;
constexpr static auto MINSEQ = 10;