rsocket / rsocket-cpp

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

Make it possible to set EventBase of RSocketRequester from outside #831

Closed phoad closed 6 years ago

phoad commented 6 years ago

Add a method to RSocketRequester that makes it possible to change the EventBase* data member in the RSocketRequester to be overriden.

With this simple change, we make it possible to perform EventBase switching on the client side for Thrift.

phoad commented 6 years ago

I will have a better fix for this.