第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會有你想問的

為什么我無法在訂閱中調(diào)用方法 - 無法讀取未定義的屬性“showMessageFromSocket”

為什么我無法在訂閱中調(diào)用方法 - 無法讀取未定義的屬性“showMessageFromSocket”

至尊寶的傳說 2023-09-07 14:35:53
我想在訂閱塊中調(diào)用方法,但我得到“無法讀取未定義的屬性‘showMessageFromSocket’”。如何調(diào)用 showMessageFromSocket 方法?從角度來看這是可能的。export default class ConnectedChatroom extends Component<  ConnectedChatroomProps,  ConnectedChatroomState> {  wsObj: CompatClient;  constructor(props: Props, context: *) {    super(props, context);    this.configureSocketChannel('dassfa')  }  showMessageFromSocket(message)  {    console.log(message);    //do something  }  configureSocketChannel(senderId: string) {    let ws = Stomp.client("ws://localhost:8080/chat");    ws.connect({}, function (frame) {      ws.subscribe("/topic/messages", function (message) {        this.showMessageFromSocket(message);      });    }, function (error) {      console.log("STOMP error " + error);    });    this.wsObj = ws;  }
查看完整描述

1 回答

?
素胚勾勒不出你

TA貢獻(xiàn)1827條經(jīng)驗(yàn) 獲得超9個(gè)贊

使用arrow函數(shù)來訪問類成員,例如沒有自變量的類的變量或方法。


嘗試像下面這樣


configureSocketChannel(senderId: string) {

    let ws = Stomp.client("ws://localhost:8080/chat");

    ws.connect({},  (frame) => {

      ws.subscribe("/topic/messages",  (message) => {

        this.showMessageFromSocket(message);

      });

    }, function (error) {

      console.log("STOMP error " + error);

    });

    this.wsObj = ws;

}


查看完整回答
反對 回復(fù) 2023-09-07
  • 1 回答
  • 0 關(guān)注
  • 128 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號