rondb icon indicating copy to clipboard operation
rondb copied to clipboard

Catch rdrs go runtime error

Open kennethmhc opened this issue 1 year ago • 3 comments

In general, when there are runtime errors, we should catch and log it and response with an error message.

kennethmhc avatar Jun 21 '23 13:06 kennethmhc

Good idea, I think it’s important to have some kind of recovery at some stage in the code. Have you tested that the return values work if the Go code panics?

olapiv avatar Jun 21 '23 18:06 olapiv

@olapiv yes, return value works when there is a panic in Go.

kennethmhc avatar Jun 22 '23 09:06 kennethmhc

@olapiv @smkniazi please take a look

kennethmhc avatar Sep 29 '23 13:09 kennethmhc