|
|
|
|
|
by beltsazar
950 days ago
|
|
> But when a once in a blue moon issue crops up in prod and all other connections are dropped, the fact that a simple defer+recover couldn't have been preemptively placed on their goroutines is a huge nightmare Yeah, this is one of the weird things, to say it mildly, that Go does that is hardly mentioned anywhere. Most people don't know about it until they themselves first encounter the nightmare bug similar to what you said. |
|
Bad code is bad code. Bugs are bugs. This issue is not a major source of problems in Go code.