Draft: Felix Multi-thread Rx
Partially addresses #256 for the Rx side.
-
Adds a SharedClient
that wraps the FelixClientThread and maintains a map of callbacks for each FELIX fid. -
Also adds a FelixRxThread
responsible for running a thread for subscribing to a list of FELIX e-links. -
The FelixRxCore
needs to be refactored to contain a configurable number ofFelixRxThread
objects and assign Rx channels to them.
Edited by Zhengcheng Tao