gofinance / ib

Pure Go interface to Interactive Brokers IB API
386 stars 120 forks source link

Fix Unsubscribe issue #42

Open dimchansky opened 3 years ago

dimchansky commented 3 years ago

Unsubscribe/UnsubscribeAll methods don't really unsubscribe the channel. The PR fixes this and does it in-place without creating a new slice.