Skip to content

Conversation

JaggerH
Copy link

@JaggerH JaggerH commented Oct 2, 2025

This change allows IBAutomater to detect and reuse an already running IB Gateway process instead of always trying to start a new one.

Benefits:

  • Avoids conflicts when IB Gateway is manually started
  • Prevents multiple instances from running simultaneously
  • Improves flexibility in deployment scenarios

Implementation:

  • Windows: Check for existing ibgateway.exe processes
  • Linux/Mac: Search for java processes with ibgateway in the path

🤖 Generated with Claude Code

This change allows IBAutomater to detect and reuse an already running IB Gateway process instead of always trying to start a new one.

Benefits:
- Avoids conflicts when IB Gateway is manually started
- Prevents multiple instances from running simultaneously
- Improves flexibility in deployment scenarios

Implementation:
- Windows: Check for existing ibgateway.exe processes
- Linux/Mac: Search for java processes with ibgateway in the path

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
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