Vue did not receive the background message using sockjs,.

import SockJS from "sockjs-client";
import Stomp from "stompjs"; 

    connection() {
            // 
            this.socket = new SockJS("http://192.168.6.67:8081/endpoint");
            this.stompClient = Stomp.over(this.socket);
            // websocket
            this.stompClient.connect({}, () => {
                this.stompClient.subscribe("/user/39/message", (msg) => { 
                    console.log(222)
                    console.log(msg.body); 
                });
            }, (err) => {
                console.log(err)
            });
        },

clipboard.png

I don"t know if the things on my front end are wrong. I can use one-to-many ("/ topic/getResponse"), but not one-to-one ("/ user/39/message"). Please give me some advice

.

has the landlord solved this problem?

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3e718-2c40e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3e718-2c40e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?