sociomantic-tsunami / swarm

Asynchronous client/node framework library
Boost Software License 1.0
14 stars 26 forks source link

Allow NodeBase derivatives to access the unix socket command handlers set #387

Closed gavin-norman-sociomantic closed 5 years ago

gavin-norman-sociomantic commented 5 years ago

Derived classes should be able to add their own command handlers. Previously, it was only possible for the base class to add handlers.

gavin-norman-sociomantic commented 5 years ago

Cherry picked from https://github.com/sociomantic-tsunami/swarm/pull/385.