wasync icon indicating copy to clipboard operation
wasync copied to clipboard

Not able to receive some specific data on Android wAsync client

Open harshild opened this issue 6 years ago • 1 comments

I have two clients connected to a Java based atmosphere servlet

  1. Web - Atmosphere JS
  2. Android - Wasync

When i push specific data the web client receives it as expected but the android client doesn't receive it.

The data i am using is a string

"gjppBcccaMw@yAgAoBY_@aAu@o@KFr@XhCh@|FZxCP~Ab@zCPp@~@bCx@zBJb@pDjJ\l@Zh@Fb@NrA~AMP|@Vv@tAtJVfB@pERfABb@DvBMhCGh@QdGHnAVlDVjBPj@NXdC~E~AzCb@n@JH^BHmAtEaALCpA[v@Mt@CP?CTIr@i@pFYfCSpBLhCn@~H?l@OjCM|@]dAeBlDm@AiAxA{CpD]f@Md@Ah@B`@@B@B"

Any views on how this is happening ? Or where can i exactly look at to find some details

I have posted same question on stack overflow also

harshild avatar Sep 13 '17 10:09 harshild

I have debugged it even further,

It fails whenever the payload contains | (Pipe). Even if its escaped it causes no message transmission.

harshild avatar Sep 14 '17 09:09 harshild