Skip to content

fix: add missing return in concoredocker.py write() after ZMQ send#350

Merged
pradeeban merged 1 commit intoControlCore-Project:devfrom
avinxshKD:fix/concoredocker-zmq-write-fallthrough
Feb 18, 2026
Merged

fix: add missing return in concoredocker.py write() after ZMQ send#350
pradeeban merged 1 commit intoControlCore-Project:devfrom
avinxshKD:fix/concoredocker-zmq-write-fallthrough

Conversation

@avinxshKD
Copy link
Copy Markdown
Contributor

Fixes #338

concoredocker.py write() was missing a return after the ZMQ block, so execution fell through to int(port_identifier) and threw a ValueError on every ZMQ write

Also synced ZMQ payload format with concore.py - now prepends simtime + delta to match file-based writes

@avinxshKD
Copy link
Copy Markdown
Contributor Author

@pradeeban Stripped it down to just the missing return + payload fix...
thanks for the tip about keeping changes minimal, made this one way easier to review genuinely hurray

@pradeeban pradeeban merged commit 6add56b into ControlCore-Project:dev Feb 18, 2026
6 checks passed
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.

2 participants