WrathChaos/StompClientLib

Number of received messages is limited

jbarros35 opened this issue · 3 comments

I don't understand exactly why but we have an application which receives several messages with JSOn format. On the web app the application using JS receives several messages and process them, we at IOS using StompClient we can only receive 3 messages at time!

Maybe there is some kind of limitation on the client side?
Regards

Hello @jbarros35,
Let me understand clearer. You connect the socket on the client-side and after 3 messages received, you cannot receive any other messages (data). Am I right?
OR
Simply socket connection is disconnected after 3 messages?

Please close.

@jbarros35 So what was the problem? Let the other people know if someone has the same problem