ib_ruby_proxy
ib_ruby_proxy copied to clipboard
Add IbClientAdapter#ib_client_connected?
This method returns the status of the client. It can be used like so:
DRbObject.new_with_uri("druby://localhost:1992").ib_client_connected?
This is useful for liveness probes and health checks when running in a production system.