I am using a 3rd party library that uses callbacks...
# rx
p
I am using a 3rd party library that uses callbacks. I use Emitter to bridge between the two worlds. I also have a abstraction layer that needs to sort of intercept the incoming data and deserialize before emitting it for the downstream consumers. It was not easy to design.