Open
Description
As a session manager I want to be able to provide a sharable struct that can be used to communicate with a session. The router will need to decide if the packet should be handled by the local
or any other route.
The SessionManager
will receive packets to forward them (or not) to the desired session. This kind of action must be non blocking and should be able to be process in parallel.