-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
subscribe Command, i cann't get the callback #66
Comments
Please enable debug and attach console output. |
I can get the console output |
background:
" But I can get the message in the websocket FRAME |
Please attach the entire console output. |
thx 😄 , I solved the question. |
I have the same question.Could you tell me how do you do? Thx! |
Please enable debug and attach the entire console output. |
I have the same problem, how did you resolve? |
subscribe Command, i cann't get the callback
for example:
var topic="12345" stompClient.subscribe(topic, function (message) { if (message.body) { console.log('stompClient.connected subscribe...'); console.log("got message with body " + message.body) } else { console.log('stompClient.connected subscribe ot empty message...'); showGreeting("subscribe", topic, ""); } }, {id: window.uuid, destination: topic});
The text was updated successfully, but these errors were encountered: