You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: