To enhance flexibility and allow seamless integration with different clients, the Build Server should support configuring the Inter-Process Communication (IPC) mechanism via command-line parameters at startup.
Proposed Enhancement:
- Introduce a CLI parameter (e.g., --ipc=) to specify the IPC type.
- Supported modes:
- WebSockets – Enables communication over WebSockets.
- Named Pipes – Uses Named Pipes for local process communication.
- Stdio – Uses standard input/output for communication.
- Validate input and initialize the selected IPC method accordingly.
- Update usage information
@616b2f: We’re planning to implement this in a fork and submit it via a pull request. Would this workflow be okay for you? Let me know if you have any feedback!
To enhance flexibility and allow seamless integration with different clients, the Build Server should support configuring the Inter-Process Communication (IPC) mechanism via command-line parameters at startup.
Proposed Enhancement:
@616b2f: We’re planning to implement this in a fork and submit it via a pull request. Would this workflow be okay for you? Let me know if you have any feedback!