mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-03 01:23:57 +00:00
SYNC: cloud connections fix
This commit is contained in:
committed by
Diflow
parent
fec10d453f
commit
d2922eb0b7
@@ -142,6 +142,8 @@ module.exports = {
|
|||||||
const res = await createDbGateIdentitySession(client);
|
const res = await createDbGateIdentitySession(client);
|
||||||
startCloudTokenChecking(res.sid, tokenHolder => {
|
startCloudTokenChecking(res.sid, tokenHolder => {
|
||||||
socket.emit('got-cloud-token', tokenHolder);
|
socket.emit('got-cloud-token', tokenHolder);
|
||||||
|
socket.emitChanged('cloud-content-changed');
|
||||||
|
socket.emit('cloud-content-updated');
|
||||||
});
|
});
|
||||||
return res;
|
return res;
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user