So, just to align my understanding - you don't check
```java
if (t instanceof IOException || t instanceof CodecException) {
``` anymore to replace the connection and rather just check `isDead()` because `isDead()` now encompasses situations where those two exceptions would be raised? [ Full content available at: https://github.com/apache/tinkerpop/pull/1081 ] This message was relayed via gitbox.apache.org for [email protected]
