wvietor / ibkr_rust

A Rust port of the Interactive Brokers TWS API.
Apache License 2.0
8 stars 3 forks source link

Issue in remote when implementing restrictions. #4

Closed 7jrxt42BxFZo4iAnN4CX closed 1 month ago

7jrxt42BxFZo4iAnN4CX commented 2 months ago

In the client, I wait in a loop until the current request counter decreases. The counter in the function in decode is decremented, but it is never called (infinite loop in client). This problem is relevant for client.remote() and not relevant for client.disaggregated()