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

Client should throw version mismatch exception if IPCRequest throws InvalidOperationException #24

Closed
spaceisfun opened this issue Sep 26, 2020 · 0 comments · Fixed by #25
Assignees
Labels
bug Something isn't working

Comments

@spaceisfun
Copy link
Member

InvalidOperationException will occur if the IPC code has changed significantly between versions and an older client is calling a newer service or vice versa. The FactoryOrchestratorClient should detect this exception and throw an FactoryOrchestratorVersionMismatchException to alert the callee that the versions are diverged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant