Closed nothize closed 7 years ago
Since the errors channel has became nil already, reading from it in the defer block will be stuck forever.
Use another channel for this purpose and set errors to nil after the errors channel is closed immediately.
Switch to https://github.com/gofinance/ib/pull/28 as that freeze the commit at branch fix_manager.
Since the errors channel has became nil already, reading from it in the defer block will be stuck forever.
Use another channel for this purpose and set errors to nil after the errors channel is closed immediately.