rsocket / rsocket-cpp

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

Introduce yarpl::single::SingleObserver interface and SingleObserverBase abstract class for easier subclassing #801

Closed phoad closed 7 years ago

phoad commented 7 years ago

When I tried to extend SingleObserver class in Thrift integration effort, I have had some difficulties because the parent class's functions were not virtual.