sociomantic-tsunami / swarm

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

Add static checks for members of `Request` type in `ConnectionHandler` #402

Closed tiyash-basu-sociomantic closed 5 years ago

tiyash-basu-sociomantic commented 5 years ago

This ensures that these members are defined with the correct typein the implementation of the IRequest interface, as they are needed in the ConnectionHandler.addHandler method.