We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey - nice library and it's working well thanks.
Could we add a new StompClientLibDelegate function that just returns the String optional of the message body rather than an AnyObject?
I send different JSON objects down the wire for different topics and would like to handle the raw JSON string myself:
func stompClient(client: StompClientLib!, didReceiveMessageWithJSONBody jsonBody: String?, withHeader header:[String:String]?, withDestination destination: String)
Thanks
The text was updated successfully, but these errors were encountered:
Sure! :) When I have time, definitely will add it but you can create a PR and contribute it :) It could be much more faster.
Sorry, something went wrong.
That will do cheers - will sort out PR now thanks
@steviemo I updated the new version(1.2.0) please try the new protocol and give me a feedback :) Thank you sir!
No branches or pull requests
Hey - nice library and it's working well thanks.
Could we add a new StompClientLibDelegate function that just returns the String optional of the message body rather than an AnyObject?
I send different JSON objects down the wire for different topics and would like to handle the raw JSON string myself:
func stompClient(client: StompClientLib!, didReceiveMessageWithJSONBody jsonBody: String?, withHeader header:[String:String]?, withDestination destination: String)
Thanks
The text was updated successfully, but these errors were encountered: