hadrianl / ibapi

Interactive Brokers API - GoLang Implement
MIT License
137 stars 59 forks source link

Prevent `client.Disconnect()` from hanging on empty channel #44

Closed t00ts closed 1 year ago

t00ts commented 1 year ago

Prevent client.Disconnect() from stalling forever on the defer function when ic.done channel has no receivers.