Skip to content

Cleanup OMCSessionZMQ #295

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

Draft
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

syntron
Copy link
Contributor

@syntron syntron commented May 28, 2025

OMCSessionZMQ handles different tasks:

a) start OMC process (local / via docker / via docker container)
b) connect to OMC process via ZMQ
c) connect to OMC using ZMQ

This PR tries to find a way to to split these items into several classes:

[1] OMCSessionZMQ - for b) and c)
[2] OMCProcess / OMCProcessLocal / OMCProcessDummy / OMCProcessDocker(?) - for a)

I started to work on this due to the docker code just sitting there without much usage in my case. Save for docker, all other test run fine ...

Still work in progress; feel free to comment if this even makes sense ...

On top of PR #291

@syntron syntron force-pushed the OMCSessionZMQDocker branch from 30b52d6 to d3ea385 Compare June 4, 2025 19:08
@syntron syntron force-pushed the OMCSessionZMQDocker branch from d3ea385 to e41076d Compare June 5, 2025 19:44
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

Successfully merging this pull request may close these issues.

1 participant