We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9458b6b commit 15c553fCopy full SHA for 15c553f
core/src/main/java/org/polypheny/db/docker/AutoDocker.java
@@ -200,6 +200,7 @@ private void doAutoHandshake() {
200
if ( handshakeStatus.equals( "FAILED" ) ) {
201
status = HandshakeManager.getInstance().getHandshake( handshake.id() ).orElseThrow().lastErrorMessage();
202
}
203
+ HandshakeManager.getInstance().cancelAndRemoveHandshake( handshake.id() );
204
handshake = null;
205
break;
206
0 commit comments