p2pfl.communication.protocols.protobuff.memory packageΒΆ
In-Memory implementation of the CommunicationProtocol.
- class p2pfl.communication.protocols.protobuff.memory.MemoryCommunicationProtocol(commands=None)[source]ΒΆ
Bases:
ProtobuffCommunicationProtocolGRPC communication protocol.
- Parameters:
commands (
list[Command] |None)