The "processPacket" method support for response callbacks has a bit bug.
The response callbacks checks is inside the "for (WebSocketClientListener
lListener : getListeners()) {...", so if there are not listeners, response
callbacks are never executed.
I solved it moving the response callback support out of the for... estructure
to the top of the method.
Best Regards,
Rolando
Original issue reported on code.google.com by kyberne...@gmail.com on 14 Nov 2011 at 9:50
Original issue reported on code.google.com by
kyberne...@gmail.com
on 14 Nov 2011 at 9:50