Hi
I'm trying to expedite multithreading on EMA based on the example of series400.example410__MarketPrice__HorizontalScaling.
I'm still wondering how I specify the thread for getting callback from EMA.
I tried to run `OmmConsumer.register` on separated thread from original one, but all request streams is receiving on the same thread.
Any help will be very appreciated.
Regards