Skip to content

Subscription to standard CTP broken #682

@jonathonmcmurray

Description

@jonathonmcmurray

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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions