mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Hopefully the last small tweaks and fixes to transfer logs
This commit is contained in:
@@ -53,16 +53,12 @@ export default () => {
|
||||
return;
|
||||
}
|
||||
|
||||
// Force a reconnection to the websocket which will connect us
|
||||
// to the target node instead of the source node.
|
||||
|
||||
// Close the current websocket connection.
|
||||
// This code forces a reconnection to the websocket which will connect us to the target node instead of the source node
|
||||
// in order to be able to receive transfer logs from the target node.
|
||||
socket.close();
|
||||
|
||||
setError('connecting');
|
||||
setConnectionState(false);
|
||||
setInstance(null);
|
||||
|
||||
connect(uuid);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user