My project just required me to test some comet pushes with a very
large amout of data. This testing data was about 16184 bytes. The GWT
streamhub adapter did not even trigger the handlePayload method or
whatever it is that is processed when a new payload comes into the GWT
SHub client.
i built some logic which splits apart the payload and reassembles
them, but then when i would send like 8 packets with 2KB of data each,
my GWT client adapter only got 5 of the 8, If i reduced the chunk size
down to like 1KB per payload for a total of 16 that get pushed, only
10 get sent though for a total of 10KB every time.
IM not use the latest version so i dunno if that has to do with it. Im
using version 2.0.3 of the java adapter and server, and 1.0.2 for the
GWT client.
i will try to upgrade to see if that will resolve the issue. Justr
wondering any thoughts you might have on this.
Yes we would definitely recommend you upgrade, especially the GWT
adapter. Upgrading to the latest versions should fix these problems -
if you are still experiencing problems let us know and post your code
so we can take a closer look.
--
You received this message because you are subscribed to the Google Groups "StreamHub Comet Server Community" group.
To post to this group, send an email to streamhub-comet-...@googlegroups.com.
To unsubscribe from this group, send email to streamhub-comet-server...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/streamhub-comet-server-community?hl=en-GB.