Open harshild opened 7 years ago
I have two clients connected to a Java based atmosphere servlet
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"
MP|@Vv@tAtJVfB
HmAtEaALCpA[v@Mt@CP?CTIr@i@pFYfCSpBLhCn@~H?l@OjCM|@]dAeBlDm@
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
I have debugged it even further,
It fails whenever the payload contains | (Pipe). Even if its escaped it causes no message transmission.
|
I have two clients connected to a Java based atmosphere servlet
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~A
MP|@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