You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please check the second options which is the "didReceiveMessageWithJSONBody jsonBody: String?" one. It will be called if you get the string json from stream pipe :)
Please give me a feedback.
Have fun !
I have integrated the code from https://github.com/WrathChaos/StompClientLib
I have noticed that one of the delegate method of the stomp client,
func stompClient(client: StompClientLib!, didReceiveMessageWithJSONBody jsonBody: AnyObject?, withHeader header:[String:String]?, withDestination destination: String)
is not being called, others are being called properly.
The text was updated successfully, but these errors were encountered: