Wolfgang Kluth

Results 2 issues of Wolfgang Kluth

Here are the correct code snippets (pull requests follows) ``` NSURL *websocketUrl = [NSURL URLWithString:@"ws://my-great-server.com/websocket"]; STOMPClient *client = [[STOMPClient alloc] initWithURL:websocketUrl webSocketHeaders:nil useHeartbeat:NO]; ``` ``` // connect to the broker...

For testing the STOMPClient was created in a method (not as strong property). When the connected method completed (jetfire) the delegate (STOMPClient) was released/nil.