Skip to content
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

android cant send message #178

Open
mahendersingh opened this issue Jul 11, 2020 · 1 comment
Open

android cant send message #178

mahendersingh opened this issue Jul 11, 2020 · 1 comment

Comments

@mahendersingh
Copy link

Android cant send message, to Spring Boot 2.2.7.RELEASE.
Session gets connected, but while sending the message, do not get any error/callback. and also websocket server does not get invoked

Tried passing the following map during Stomp.over connection call
val map = hashMapOf<String, String?>()
map.put("accept-version","1.2");
map.put("version","1.2");

but that has no effect

mStompClient?.send("/topic/activity1", jsonObject.toString())?.subscribe() : this call does not send thge message to @MessageMapping.

Any help is appreciated?

@Samll-Kosmos
Copy link

Were you able to solve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants