not connecting to spring websocket server
问题 It is not connecting to the websocket server.I am using webstomp-client for react native.Plz, help me ! Here is my code, componentWillMount() { let msg = ''; const options = { debug: true, protocols: webstomp.VERSIONS.supportedProtocols() } this.stompClient = webstomp.client("ws://192.168.3.167:8080/test", options) this.stompClient.connect({}, (frame) => { console.log("OK") this.stompClient.subscribe('/topic/greetings', (greeting) => { msg = JSON.parse(greeting.body); }); this.setState({