mirror of
https://framagit.org/ppom/reaction
synced 2026-03-14 12:45:47 +01:00
Renamed ConnectionInitializer to EndpointManager. Endpoint isn't shared with Cluster anymore. Moved big `match` in `loop` to own function, mainly to separate it from the select macro and reduce LSP latency. But that's cleaner too.
5 lines
345 B
Text
5 lines
345 B
Text
Test what happens when a Filter's pattern Set changes (I think it's shitty)
|
|
DB: add tests on stress testing (lines should always be in order)
|
|
plugins: pipe stderr too and wrap errors in logs
|
|
plugins: provide treedb storage? omg (add an enum that's either remoc::rch::mpsc or tokio::mpsc)
|
|
plugin cluster: provide a stream of refused connections?
|