ib_ruby_proxy icon indicating copy to clipboard operation
ib_ruby_proxy copied to clipboard

Add IbClientAdapter#ib_client_connected?

Open nickpellant opened this issue 5 years ago • 0 comments

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.

nickpellant avatar Apr 14 '20 17:04 nickpellant