Quantcast
Channel: Ignite Realtime: Message List
Viewing all articles
Browse latest Browse all 11593

Re: Custom PacketExtension loosing namespace on receive

$
0
0

Found out my issue it was in my parser, this simple fix did the trick in the while loop, I was accedently moving the xml next when parsing. 

if(!done){

                                        parser.next();

                              }



Viewing all articles
Browse latest Browse all 11593

Trending Articles