Expand description
Multiplexing multiple protocols over a single channel and dispatching to session handler instances.
Modules§
Structs§
- Multi
Message - A multiplexed message, consisting of the ID of the protocol and dynamic content that only the corresponding session will know how to handle, and check if it is indeed the next expected message.