rondb
rondb copied to clipboard
Catch rdrs go runtime error
In general, when there are runtime errors, we should catch and log it and response with an error message.
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 yes, return value works when there is a panic in Go.
@olapiv @smkniazi please take a look