Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

smarter determination of the transport client #153

Open
kangguru opened this issue Oct 4, 2017 · 1 comment
Open

smarter determination of the transport client #153

kangguru opened this issue Oct 4, 2017 · 1 comment

Comments

@kangguru
Copy link

kangguru commented Oct 4, 2017

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

@kangguru
Copy link
Author

preparing work is already in the making railslove/epics#57

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant