-
Notifications
You must be signed in to change notification settings - Fork 82
Description
With the addition of the segmented TP & CTP, the old "standard" TP & CTP are still available for use. However, when using the standard TP & CTP, subscription to the CTP is broken when using TorQ's .sub.subscribe function.
This is due to the fact that the .ps namespace has been overwritten & we no longer create variables such as .u.w which are required by .sub.subscribe when subscribing to a "standard" (i.e. non segmented) TP or CTP. The standard TP loads u.q and uses the .u namespace rather than the .ps namespace, so it works as expected. Possibly CTP should be changed to use .u namespace instead of .ps, but this should be tested to make sure it works as expected.
We should also double check that subscriptions to segmented CTP (with segmented TP also) work as expected.