During my development process, I had a panic in one of my client connection (specifically, one of the callbacks) and it brought the whole application down. I believe it's essential to add some sort of recover option to enable panic recover for each connection to make sure the failure of one connection won't affect the whole application.
During my development process, I had a panic in one of my client connection (specifically, one of the callbacks) and it brought the whole application down. I believe it's essential to add some sort of recover option to enable panic recover for each connection to make sure the failure of one connection won't affect the whole application.