Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Add IbClientAdapter#ib_client_connected?#2

Merged
nickpellant merged 2 commits into
forkfrom
add-ib-client-connected-check
Apr 14, 2020
Merged

Add IbClientAdapter#ib_client_connected?#2
nickpellant merged 2 commits into
forkfrom
add-ib-client-connected-check

Conversation

@nickpellant

@nickpellant nickpellant commented Apr 14, 2020

Copy link
Copy Markdown
Member

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.

This method returns the status of the client. It can be used like so:

```ruby
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 nickpellant merged commit fdaaaa8 into fork Apr 14, 2020
@nickpellant nickpellant deleted the add-ib-client-connected-check branch April 14, 2020 17:23
@nickpellant

Copy link
Copy Markdown
Member Author

Proposed upstream here: jorgemanrubia#5

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant