We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8336adf commit 1f51fdcCopy full SHA for 1f51fdc
app/commons/File/subscribeToFileChange.js
@@ -47,9 +47,6 @@ export default function subscribeToFileChange () {
47
autorun(() => {
48
if (!config.fsSocketConnected) return
49
const client = FsSocketClient.$$singleton.stompClient
50
- client.subscribe('CONNECTED', (frame) => {
51
- console.log('FS CONNECTED', frame)
52
- })
53
54
client.subscribe(`/topic/ws/${config.spaceKey}/change`, (frame) => {
55
const data = JSON.parse(frame.body)
0 commit comments