Closed
Description
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