mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
🎨 Data synchronization supports the multi-kernel online perception https://github.com/siyuan-note/siyuan/issues/8518
This commit is contained in:
parent
2468c70f3b
commit
84d551bdd5
2 changed files with 3 additions and 3 deletions
|
|
@ -689,7 +689,7 @@ func connectSyncWebSocket() {
|
|||
return
|
||||
}
|
||||
|
||||
logging.LogInfof("connecting sync websocket...")
|
||||
//logging.LogInfof("connecting sync websocket...")
|
||||
var dialErr error
|
||||
webSocketConn, dialErr = dialSyncWebSocket()
|
||||
if nil != dialErr {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue