3#if !defined( EMSCRIPTEN )
22 virtual bool processOutgoing()
override;
23 virtual bool processIncoming()
override;
26 virtual void handleReceivedMessage(
const Message::Ptr& message);
27 virtual bool disconnect()
override;
35 Message::Ptr outgoingMessage;
36 uint64_t bytesSent = 0;
38 Message::Ptr incomingMessage;
A ConnectionHub combines a TCP connection with a MessageHub to enable the forwarding and receiving of...
A MessageHub connects to other hubs to form a simple peer-to-peer application-internal networking sys...
Contains all Cogs related functionality.