-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Potential deadlock in get_registered_contract
#51
Labels
bug
Something isn't working
Comments
chipkent
changed the title
Potential deadlock in
Potential deadlock in May 11, 2022
get_registered_contract
Reported by Josh Shay in DHC Slack. The triggering code is: c = Contract()
c.symbol = "BZ:BZ_ALL"
c.secType = "NEWS"
c.exchange = "BZ"
rc = client.get_registered_contract(c)
print(rc) The error is:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See #8.
I've seen cases where the code seems to deadlock in the
cd = self._client.contract_registry.request_contract_details_blocking(contract)
line below.Deadlock monitoring returns the following.
It seems like TWS is not responding to some requests.
The text was updated successfully, but these errors were encountered: