During the retreat we discussed that we need clearer separation of concerns in the codebase.
One example that came up was the transport. It is currently coupled in the codebase, something that is defined in #3252
Besides that issue we should also add a clear interface for the Transport and change the codebase to use it.
During the retreat we discussed that we need clearer separation of concerns in the codebase.
One example that came up was the transport. It is currently coupled in the codebase, something that is defined in #3252
Besides that issue we should also add a clear interface for the
Transportand change the codebase to use it.