rsocket / rsocket-cpp

C++ implementation of RSocket
http://rsocket.io
Apache License 2.0
253 stars 99 forks source link

remove pure virtual from rsocketstats #798

Closed ragansa closed 7 years ago

ragansa commented 7 years ago

Shall we also remove NoopStats? Since it not doesn't do anything unique now. Although, it's name is nice and clear about it's purpose.. Thoughts?

dymk commented 7 years ago

Why though? Default methods are easy enough to add in base classes.

ragansa commented 7 years ago

Every time we update, someone has to go through and add the new, unused functions to every class that's inheriting.