gofinance / ib

Pure Go interface to Interactive Brokers IB API
391 stars 121 forks source link

Fix warning check #6

Closed creack closed 9 years ago

creack commented 9 years ago

Based on #5.

This fixes the issue where the sinkmanager would wait for timeout event upon error.

It brakes some tests but I think it is a good thing. I'll try to fix them during the weekend.