proxy progress
This commit is contained in:
parent
843f3acc80
commit
ebb86a05d5
|
@ -178,7 +178,8 @@ public class Backend implements Closeable {
|
|||
}
|
||||
|
||||
private void close(ApplicationConnectionState applicationConnectionState) {
|
||||
applicationConnectionState.close();
|
||||
if (applicationConnectionState != null)
|
||||
applicationConnectionState.close();
|
||||
onDisconnectApplication(applicationConnectionState);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue