Do exponential backoff for all exceptions in VMService::defaultOpenChannel. (#16785)
We were trying to only catch WebSocketException, but in fact SocketException can be thrown as well.
Showing
Please register or sign in to comment
We were trying to only catch WebSocketException, but in fact SocketException can be thrown as well.
HIAST - GitLab