You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the transport_client is either determined by having signature_class == "T" (where signature_class will never be set on the subscriber anyways) or the first subscriber on the account. This raises a Problem when this subscriber isn't allowed to perform the needed operation namely HAC or STA
Also adding a new subscriber will keep the system broken, as still the first subscriber is selected.
Proposal: Store accessible order types by subscriber and use the info to select the correct client. Also helps/comes with #147
The text was updated successfully, but these errors were encountered:
Right now the
transport_client
is either determined by havingsignature_class == "T"
(wheresignature_class
will never be set on the subscriber anyways) or the first subscriber on the account. This raises a Problem when this subscriber isn't allowed to perform the needed operation namelyHAC
orSTA
Also adding a new subscriber will keep the system broken, as still the first subscriber is selected.
Proposal: Store accessible order types by subscriber and use the info to select the correct client. Also helps/comes with #147
The text was updated successfully, but these errors were encountered: