Invoiced/invoiced-go

Panic on errors

Closed this issue · 2 comments

It seems that there are many places in connector.go (and maybe elsewhere in the code) that panic when an error is encountered, instead of returning an error (which is more idiomatic in go). This means that our application is unable to gracefully deal with errors and recover/retry.

ppone commented

Thanks will work on eliminating the panics.

Thanks for the quick fix!