**Not asking the OT i thought id add some information to what the OT
is seeing**
Is this a result of the new HTTPRequest security "feature" browsers
are doing?
That is newer browsers are not allowing access to the return data
until the reply has been completely received?

Alfred

On Sep 29, 8:02 pm, Smrchy <[email protected]> wrote:
> Hi,
>
> we are using the Controller to post messages to a channel. All works fine
> except a little problem when we receive multiple RAWs in one answer.
>
> Example:
>
> http://ape.domain.com/?control&testpwd&someChannelName&POSTMSG&data&s...
>
> While testing i let this run 5x (once every second).
>
> In the web app we use
>
> ape.onRaw('data', this.rawData);
>
> and
>
> this.rawData = function(raw, pipe){alert(raw.datas.value);}
>
> Now here's what happens:
>
> On the first post the new message will be sent to the users in the channel
> immediately - all is fine.
> On the next 4 posts APE does not send the messages but somehow stores them.
> Why?
> When they arrive however - it is one POST with 4 Raw messages. Only one (the
> first of them) get passed to the rawData function.
>
> What am i missing and why is the 1st post so fast while the next 4 are slow?
>
> Thx
> Patrick

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/
-~----------~----~----~----~------~----~------~--~---

Reply via email to