Skip to content

Reworked connection handling to be more modular

Sasha requested to merge connections_rework into main

Having a mutexed structure helps for adding new client connections (like mail server, cache server, database, etc) without having to rewrite all the routers

Merge request reports