Re: unexpected behavior catching exceptions within a go block

2014-10-28 Thread Chris Perkins
On Monday, October 27, 2014 9:25:30 PM UTC-6, Wei Hsu wrote: > > This gist illustrates a problem I'm having where the channel is closed > after running into an exception, even if I put a try/catch block around the > block that generates the exception: > > https://gist.github.com/yayitswei/d80d51e

unexpected behavior catching exceptions within a go block

2014-10-27 Thread Wei Hsu
This gist illustrates a problem I'm having where the channel is closed after running into an exception, even if I put a try/catch block around the block that generates the exception: https://gist.github.com/yayitswei/d80d51ee29dc5e2c1117 How do you handle exceptions when processing items asynch