Skip to content

Let client decide what to do with stomp frame body #4

Closed
@steviemo

Description

@steviemo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions