This repository was archived by the owner on Apr 25, 2025. It is now read-only.
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
Open
Description
A Protocol
requires a Transport
to be useful. Currently the transport is passed in as an argument to each trait method, but it would be more convenient to just make it a member of the Protocol
. This would make implementing the server processor more convenient as well, as one can just pass around protocols instead of passing around protocols and transports.
Thoughts on this @maximg? This is what the C++ implementation does.
Metadata
Metadata
Assignees
Labels
No labels